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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Risika
ID npnebjojkpcinokkgnkeoliganpjmkam
官方網址 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:;"
}