Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
Sourcescrub Vitalsคืออะไร?
Sourcescrub Vitals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SourceScrub และคุณลักษณะหลักของมันคือ "Access the Sourcescrub profile from a company's website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sourcescrub Vitals
ดาวน์โหลดไฟล์ส่วนขยาย Sourcescrub Vitals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Deal origination tool to streamline the *M&A professional's* workflow straight from a company's website. Perform real-time market research and due diligence by qualifying a company's firmographic data (such as location, headcount, and funding), relevant news updates, and historic/upcoming conference attendance
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sourcescrub Vitals |
ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
คำอธิบาย | Access the Sourcescrub profile from a company's website |
ขนาดไฟล์ | 16.81 KB |
จำนวนการติดตั้ง | 5,842 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2024-02-07 |
วันที่เผยแพร่ | 2019-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | SourceScrub |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.sourcescrub.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sourcescrub.com/legal/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sourcescrub Vitals", "version": "1.0.1", "manifest_version": 3, "description": "Access the Sourcescrub profile from a company's website", "homepage_url": "https:\/\/app.sourcescrub.com", "icons": { "16": "icons\/icon16.png", "40": "icons\/icon40.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icons\/icon40.png", "default_title": "Company info" }, "web_accessible_resources": [ { "resources": [ "css\/main-styles.css", "css\/styles.css", "popup.html" ], "matches": [ "*:\/\/*\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/app.sourcescrub.com\/*" ] } |