Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
Was ist Sourcescrub Vitals?
Sourcescrub Vitals ist eine Chrome-Erweiterung, die von SourceScrub entwickelt wurde, und ihr Hauptmerkmal ist "Access the Sourcescrub profile from a company's website".
Erweiterungsscreenshots
Sourcescrub Vitals-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sourcescrub Vitals-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
| Offizielle URL | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
| Beschreibung | Access the Sourcescrub profile from a company's website |
| Dateigröße | 16.81 KB |
| Installationsanzahl | 5,842 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2024-02-07 |
| Veröffentlichungsdatum | 2019-03-29 |
| Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
| Entwickler | SourceScrub |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.sourcescrub.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.sourcescrub.com/legal/privacy-policy |
| Unterstützte Sprachen | 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\/*"
]
} | |