Risika

This app will display company info for the current webpage.

Apa itu Risika?

Risika adalah ekstensi Chrome yang dikembangkan oleh Risika A/S, dan fitur utamanya adalah "This app will display company info for the current webpage.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Risika

Unduh file ekstensi Risika dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Risika Risika
ID npnebjojkpcinokkgnkeoliganpjmkam
URL Resmi https://chromewebstore.google.com/detail/risika/npnebjojkpcinokkgnkeoliganpjmkam
Deskripsi This app will display company info for the current webpage.
Ukuran File 1.65 MB
Jumlah Instalasi 125
Versi Saat Ini 0.8.2
Terakhir Diperbarui 2022-12-01
Tanggal Publikasi 2021-02-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Risika A/S
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://risika.com
Bahasa yang Didukung 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:;"
}