sellhack
Social discovery
什么是sellhack?
sellhack是由https://sellhack.com开发的Chrome扩展程序,该扩展的主要功能是“Social discovery”。
扩展截图
下载sellhack扩展crx文件
下载sellhack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sales Helper - Social profiles add on to gather additional info about leads - use SellHack from any website!
NEW in version 4.0+ --- Replyify Integration -- Learn more at https://replyify.com 扩展基本信息
| 名称 | |
| ID | dmcmgkmooimomjcinimbhfoephdhmgbc |
| 官方URL | https://chromewebstore.google.com/detail/sellhack/dmcmgkmooimomjcinimbhfoephdhmgbc |
| 简介 | Social discovery |
| 文件大小 | 69.9 KB |
| 安装次数 | 6,376 |
| 当前版本 | 5.0.3 |
| 更新时间 | 2023-02-28 |
| 上架时间 | 2022-07-06 |
| 评分 | 4.16/5 共50次评分 |
| 开发者 | https://sellhack.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sellhack.com |
| 帮助页面URL | https://sellhack.com |
| 隐私政策页面URL | https://sellhack.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "sellhack",
"version": "5.0.3",
"description": "Social discovery",
"icons": {
"128": "img\/icon-128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "img\/icon-19.png",
"38": "img\/icon-38.png"
},
"default_title": "sellhack"
},
"offline_enabled": false,
"incognito": "spanning",
"web_accessible_resources": [
{
"resources": [
"img\/*",
"*.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.sellhack.com\/*"
]
}
} | |