Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
Cos'è Sourcescrub Vitals?
Sourcescrub Vitals è un'estensione di Chrome sviluppata da SourceScrub, e la sua funzione principale è "Access the Sourcescrub profile from a company's website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sourcescrub Vitals
Scarica i file di estensione Sourcescrub Vitals in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Sourcescrub Vitals |
ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
URL Ufficiale | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
Descrizione | Access the Sourcescrub profile from a company's website |
Dimensione del File | 16.81 KB |
Conteggio Installazioni | 5,842 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2024-02-07 |
Data di Pubblicazione | 2019-03-29 |
Valutazione | 5.00/5 Totale 13 Valutazioni |
Sviluppatore | SourceScrub |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.sourcescrub.com/ |
URL della Pagina della Politica sulla Privacy | https://www.sourcescrub.com/legal/privacy-policy |
Lingue Supportate | 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\/*" ] } |