Sourcescrub Vitals
Access the Sourcescrub profile from a company's website
什麼是Sourcescrub Vitals?
Sourcescrub Vitals是由SourceScrub開發的Chrome擴展程式,該擴展的主要功能是“Access the Sourcescrub profile from a company's website”。
擴展截圖
下載Sourcescrub Vitals擴展crx文件
下載Sourcescrub Vitals擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
| 官方網址 | https://chromewebstore.google.com/detail/sourcescrub-vitals/kngbfhjgalofkbfkfkbjbkhjmbfkkhoj |
| 簡介 | Access the Sourcescrub profile from a company's website |
| 檔案大小 | 16.81 KB |
| 安裝次數 | 5,842 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2024-02-07 |
| 上架時間 | 2019-03-29 |
| 評分 | 5.00/5 共 13 次評分 |
| 開發者 | SourceScrub |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.sourcescrub.com/ |
| 隱私政策頁面URL | https://www.sourcescrub.com/legal/privacy-policy |
| 支援的語言 | 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\/*"
]
} | |