Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
Sourcescrub Vitals là gì?
Sourcescrub Vitals là một tiện ích mở rộng Chrome được phát triển bởi SourceScrub, và tính năng chính của nó là "Access the Sourcescrub profile from a company's website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sourcescrub Vitals
Tải xuống các tệp mở rộng Sourcescrub Vitals dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sourcescrub Vitals |
ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
URL Chính Thức | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
Mô tả | Access the Sourcescrub profile from a company's website |
Kích Thước Tệp | 16.81 KB |
Số Lần Cài Đặt | 5,842 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2024-02-07 |
Ngày Phát Hành | 2019-03-29 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | SourceScrub |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.sourcescrub.com/ |
URL Trang Chính Sách Bảo Mật | https://www.sourcescrub.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |