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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |