Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
Vad är Ytel Webphone Extension?
Ytel Webphone Extension är en Chrome-tillägg utvecklad av Ytel, Inc., och dess huvudfunktion är "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
Tilläggsskärmbilder
Ladda ner Ytel Webphone Extension-förlängningens CRX-fil
Ladda ner Ytel Webphone Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work. Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.
Grundläggande Information om Tillägg
Namn | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Officiell webbadress | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Beskrivning | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
Filstorlek | 1.74 MB |
Antal Installationer | 61 |
Aktuell Version | 3.10.9.1 |
Senast Uppdaterad | 2024-02-28 |
Publiceringsdatum | 2023-07-13 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | Ytel, Inc. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ytel.com |
Hjälpsida URL | https://support.ytel.com |
URL till Sekretesspolicy Sidan | https://www.ytel.com/company/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ytel Webphone Extension", "version": "3.10.9.1", "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.", "action": { "browser_style": false, "default_popup": "popup.html" }, "icons": { "128": "icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "system.display", "alarms" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/lib\/jquery-2.2.4.min.js", "content.js" ], "css": [ "assets\/css\/content-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/call-icon.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |