sellhack
Social discovery
sellhackคืออะไร?
sellhack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sellhack.com และคุณลักษณะหลักของมันคือ "Social discovery"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sellhack
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
]
}
} | |