Risika

This app will display company info for the current webpage.

Risika là gì?

Risika là một tiện ích mở rộng Chrome được phát triển bởi Risika A/S, và tính năng chính của nó là "This app will display company info for the current webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Risika

Tải xuống các tệp mở rộng Risika dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Risika Risika
ID npnebjojkpcinokkgnkeoliganpjmkam
URL Chính Thức https://chromewebstore.google.com/detail/risika/npnebjojkpcinokkgnkeoliganpjmkam
Mô tả This app will display company info for the current webpage.
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.8.2
Cập Nhật Lần Cuối 2022-12-01
Ngày Phát Hành 2021-02-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Risika A/S
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://risika.com
Ngôn Ngữ Được Hỗ Trợ 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:;"
}