Risika
This app will display company info for the current webpage.
什么是Risika?
Risika是由Risika A/S开发的Chrome扩展程序,该扩展的主要功能是“This app will display company info for the current webpage.”。
扩展截图
下载Risika扩展crx文件
下载Risika扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension will give immediate access to critical insights when visiting a company's website. You will get:
- The Risika Score (credit rating)
- The latest gross result
- Number of employees
- Management team & contact info
- Company address
- If the company is compliant with your credit policy
For more info, visit https://risika.dk 扩展基本信息
| 名称 | |
| ID | npnebjojkpcinokkgnkeoliganpjmkam |
| 官方URL | https://chromewebstore.google.com/detail/risika/npnebjojkpcinokkgnkeoliganpjmkam |
| 简介 | This app will display company info for the current webpage. |
| 文件大小 | 1.65 MB |
| 安装次数 | 125 |
| 当前版本 | 0.8.2 |
| 更新时间 | 2022-12-01 |
| 上架时间 | 2021-02-16 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Risika A/S |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://risika.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.8.2",
"manifest_version": 2,
"name": "Risika",
"description": "__MSG_appDesc__",
"default_locale": "en",
"browser_action": {
"default_title": "Risika",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"background": {
"page": "background.html"
},
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"content_security_policy": "default-src 'self';script-src 'self' https:\/\/www.google-analytics.com;connect-src https:\/\/api.risika.dk\/chrome_extension https:\/\/api.risika.dk https:\/\/freegeoip.app\/ https:\/\/www.google-analytics.com;style-src * 'unsafe-inline';img-src https:\/\/www.google-analytics.com 'self' data:;"
} | |