Risika
This app will display company info for the current webpage.
Risika क्या है?
Risika Risika A/S द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app will display company info for the current webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Risika एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:;" } |