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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Thulium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |