Stonly Browser Extension
Enhance your Stonly guides creation experience with our browser extension.
Cos'è Stonly Browser Extension?
Stonly Browser Extension è un'estensione di Chrome sviluppata da https://stonly.com, e la sua funzione principale è "Enhance your Stonly guides creation experience with our browser extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stonly Browser Extension
Scarica i file di estensione Stonly Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows Stonly users to insert the Stonly widget on any webpage in order to have contextual guidance everywhere needed. It also allows users to select elements from their page thanks to our CSS selector picker and build guides using the Wizard. Drive fast, accurate resolutions with the modern knowledge platform for customer service. Stonly delivers step-by-step guides, decision trees, AI answers, automations, walkthroughs, checklists, and knowledge bases for agents and customers.
Informazioni di Base sull'Estensione
Nome | Stonly Browser Extension |
ID | ooppbalbkbdabcmaijemiaekfpnhijcl |
URL Ufficiale | https://chromewebstore.google.com/detail/stonly-browser-extension/ooppbalbkbdabcmaijemiaekfpnhijcl |
Descrizione | Enhance your Stonly guides creation experience with our browser extension. |
Dimensione del File | 422 KB |
Conteggio Installazioni | 5,603 |
Versione Corrente | 2.1.54 |
Ultimo Aggiornamento | 2024-01-31 |
Data di Pubblicazione | 2020-02-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://stonly.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://stonly.com |
URL della Pagina di Aiuto | https://help.stonly.com |
URL della Pagina della Politica sulla Privacy | https://stonly.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Micha\u0142 Kostrzy\u0144ski", "homepage_url": "https:\/\/stonly.com", "manifest_version": 3, "permissions": [ "declarativeNetRequest", "storage", "tabs" ], "name": "Stonly Browser Extension", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon38.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |