Thulium
Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.
Thuliumとは何ですか?
ThuliumはThuliumによって開発されたChromeの拡張機能で、その主な機能は「Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.」です。
拡張機能のスクリーンショット
Thulium拡張機能のCRXファイルをダウンロード
Thulium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cut down on bothersome tasks like searching for the right tab, improve your agent productivity and save time in just two clicks! Thulium is a browser-based omnichannel customer support system. More at https://thulium.com
拡張機能の基本情報
名前 | Thulium |
ID | epgeedlakldbbaoajcohhoinjbhimibb |
公式URL | https://chromewebstore.google.com/detail/thulium/epgeedlakldbbaoajcohhoinjbhimibb |
説明 | Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page. |
ファイルサイズ | 19.91 KB |
インストール数 | 339 |
現在のバージョン | 1.1.0 |
最終更新日 | 2024-02-13 |
公開日 | 2019-11-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Thulium |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thulium.com |
ヘルプページのURL | https://support.thulium.com |
プライバシーポリシーページのURL | https://thulium.com/static/4654e2f2431f8048273c60e3f7b9674c/Privacy%20Policy%20of%20thulium.pdf |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thulium", "description": "Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.", "version": "1.1.0", "icons": { "32": "images\/thulium.png" }, "background": { "service_worker": "js\/service_worker.js", "type": "module" }, "permissions": [ "storage", "tabs", "contextMenus", "scripting" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.thulium.com\/*" ], "resources": [ "js\/pageScript.js", "js\/pageScriptToContentScriptStatuses.js", "js\/contentScriptToPageScriptStatuses.js", "js\/contentScriptToServiceWorkerStatuses.js", "js\/serviceWorkerToContentScriptStatuses.js", "js\/config.js", "js\/core.js" ] }, { "matches": [ "*:\/\/*.pipedrive.com\/*" ], "resources": [ "js\/contentScriptToServiceWorkerStatuses.js", "js\/core.js", "js\/config.js" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.thulium.com\/panel\/*" ], "js": [ "js\/contentScript.js" ] }, { "matches": [ "*:\/\/*.pipedrive.com\/*" ], "js": [ "js\/pipedriveContentScript.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options\/options.html" }, "manifest_version": 3, "action": { "default_popup": "popup\/main.html", "default_title": "Nie zalogowany do aplikacji", "default_icon": { "32": "images\/thulium.png" } }, "content_security_policy": [], "host_permissions": [ "*:\/\/*.thulium.com\/panel\/*", "*:\/\/*.pipedrive.com\/*" ] } |