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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:;"
}