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