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 |
| 官方URL | 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\/*"
]
} | |