Risika
This app will display company info for the current webpage.
Что такое Risika?
Risika - это расширение Chrome, разработанное Risika A/S, и его основная функция - "This app will display company info for the current webpage.".
Снимки экрана расширения
Скачать файл CRX расширения Risika
Скачайте файлы расширений Risika в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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:;" } |