Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
Hvad er Sourcescrub Vitals?
Sourcescrub Vitals er en Chrome-udvidelse udviklet af SourceScrub, og dens hovedfunktion er "Access the Sourcescrub profile from a company's website".
Udvidelsesskærmbilleder
Download Sourcescrub Vitals-udvidelses-CRX-fil
Download Sourcescrub Vitals-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Sourcescrub Vitals |
ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
Officiel URL | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
Beskrivelse | Access the Sourcescrub profile from a company's website |
Filstørrelse | 16.81 KB |
Antal Installationer | 5,842 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2024-02-07 |
Udgivelsesdato | 2019-03-29 |
Bedømmelse | 5.00/5 Samlet 13 Bedømmelser |
Udvikler | SourceScrub |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.sourcescrub.com/ |
URL til Fortrolighedspolitik Side | https://www.sourcescrub.com/legal/privacy-policy |
Understøttede Sprog | 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\/*" ] } |