Stonly Browser Extension
Enhance your Stonly guides creation experience with our browser extension.
Wat is Stonly Browser Extension?
Stonly Browser Extension is een Chrome-extensie ontwikkeld door https://stonly.com, en de belangrijkste functie is "Enhance your Stonly guides creation experience with our browser extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stonly Browser Extension
Download Stonly Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Stonly Browser Extension |
ID | ooppbalbkbdabcmaijemiaekfpnhijcl |
Officiële URL | https://chromewebstore.google.com/detail/stonly-browser-extension/ooppbalbkbdabcmaijemiaekfpnhijcl |
Beschrijving | Enhance your Stonly guides creation experience with our browser extension. |
Bestandsgrootte | 422 KB |
Aantal Installaties | 5,603 |
Huidige Versie | 2.1.54 |
Laatst Bijgewerkt | 2024-01-31 |
Publicatiedatum | 2020-02-22 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://stonly.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://stonly.com |
Help Pagina-URL | https://help.stonly.com |
URL van de Privacybeleid Pagina | https://stonly.com/privacy |
Ondersteunde Talen | 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:\/\/*\/*", " |