Risika
This app will display company info for the current webpage.
Was ist Risika?
Risika ist eine Chrome-Erweiterung, die von Risika A/S entwickelt wurde, und ihr Hauptmerkmal ist "This app will display company info for the current webpage.".
Erweiterungsscreenshots
Risika-Erweiterungs-CRX-Datei herunterladen
Laden Sie Risika-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | npnebjojkpcinokkgnkeoliganpjmkam | 
| Offizielle URL | https://chromewebstore.google.com/detail/risika/npnebjojkpcinokkgnkeoliganpjmkam | 
| Beschreibung | This app will display company info for the current webpage. | 
| Dateigröße | 1.65 MB | 
| Installationsanzahl | 125 | 
| Aktuelle Version | 0.8.2 | 
| Letztes Update | 2022-12-01 | 
| Veröffentlichungsdatum | 2021-02-16 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | Risika A/S | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://risika.com | 
| Unterstützte Sprachen | 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:;"
}  |  |