SalesHood
Enhance your SalesHood experience by improving integrations with other systems.
什麼是SalesHood?
SalesHood是由SalesHood Inc.開發的Chrome擴展程式,該擴展的主要功能是“Enhance your SalesHood experience by improving integrations with other systems.”。
擴展截圖
下載SalesHood擴展crx文件
下載SalesHood擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Installing this extension will enable you to view embedded content from most websites without leaving SalesHood. 擴展基本資訊
| 名稱 | |
| ID | ojifjnngghhagndjdfeemiccjppainil |
| 官方網址 | https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil |
| 簡介 | Enhance your SalesHood experience by improving integrations with other systems. |
| 檔案大小 | 26.97 KB |
| 安裝次數 | 2,832 |
| 目前版本 | 0.0.9 |
| 更新時間 | 2023-05-03 |
| 上架時間 | 2022-12-08 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | SalesHood Inc. |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.saleshood.com |
| 說明頁面URL | https://support.saleshood.com/ |
| 隱私政策頁面URL | https://saleshood.com/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.saleshood.com\/*",
"*:\/\/*.skillshood.com\/*",
"*:\/\/saleshood.lvh.me\/*"
],
"js": [
"\/content\/webapp-content-script.js"
]
}
],
"description": "Enhance your SalesHood experience by improving integrations with other systems.",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "\/images\/icon-16x16.png",
"32": "\/images\/icon-32x32.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png"
},
"manifest_version": 3,
"name": "SalesHood",
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"activeTab"
],
"version": "0.0.9"
} | |