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
拡張機能の基本情報
名前 | Risika |
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 |
Eメール | [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:;" } |