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.
拡張機能の基本情報
名前 | SalesHood |
ID | ojifjnngghhagndjdfeemiccjppainil |
公式URL | 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. |
Eメール | [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" } |