Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
What is Sourcescrub Vitals?
Sourcescrub Vitals is a Chrome extension developed by SourceScrub, and its main feature is "Access the Sourcescrub profile from a company's website".
Extension Screenshots
Download Sourcescrub Vitals Extension CRX File
Download Sourcescrub Vitals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Sourcescrub Vitals |
ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
Official URL | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
Description | Access the Sourcescrub profile from a company's website |
File Size | 16.81 KB |
Installation Count | 5,842 |
Current Version | 1.0.1 |
Last Updated | 2024-02-07 |
Publish Date | 2019-03-29 |
Rating | 5.00/5 Total 13 Ratings |
Developer | SourceScrub |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sourcescrub.com/ |
Privacy Policy Page URL | https://www.sourcescrub.com/legal/privacy-policy |
Supported Languages | 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\/*" ] } |