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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:;" } |