Risika

This app will display company info for the current webpage.

What is Risika?

Risika is a Chrome extension developed by Risika A/S, and its main feature is "This app will display company info for the current webpage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Risika Extension CRX File

Download Risika extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Risika Risika
ID npnebjojkpcinokkgnkeoliganpjmkam
Official URL https://chromewebstore.google.com/detail/risika/npnebjojkpcinokkgnkeoliganpjmkam
Description This app will display company info for the current webpage.
File Size 1.65 MB
Installation Count 125
Current Version 0.8.2
Last Updated 2022-12-01
Publish Date 2021-02-16
Rating 5.00/5 Total 2 Ratings
Developer Risika A/S
Email [email protected]
Payment Type free
Extension Website https://risika.com
Supported Languages 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:;"
}