Stonly Browser Extension
Enhance your Stonly guides creation experience with our browser extension.
What is Stonly Browser Extension?
Stonly Browser Extension is a Chrome extension developed by https://stonly.com, and its main feature is "Enhance your Stonly guides creation experience with our browser extension.".
Extension Screenshots
Download Stonly Browser Extension Extension CRX File
Download Stonly Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Stonly Browser Extension |
ID | ooppbalbkbdabcmaijemiaekfpnhijcl |
Official URL | https://chromewebstore.google.com/detail/stonly-browser-extension/ooppbalbkbdabcmaijemiaekfpnhijcl |
Description | Enhance your Stonly guides creation experience with our browser extension. |
File Size | 422 KB |
Installation Count | 5,603 |
Current Version | 2.1.54 |
Last Updated | 2024-01-31 |
Publish Date | 2020-02-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://stonly.com |
[email protected] | |
Payment Type | free |
Extension Website | https://stonly.com |
Help Page URL | https://help.stonly.com |
Privacy Policy Page URL | https://stonly.com/privacy |
Supported Languages | 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:\/\/*\/*", " |