Stonly Browser Extension
Enhance your Stonly guides creation experience with our browser extension.
Что такое Stonly Browser Extension?
Stonly Browser Extension - это расширение Chrome, разработанное https://stonly.com, и его основная функция - "Enhance your Stonly guides creation experience with our browser extension.".
Снимки экрана расширения
Скачать файл CRX расширения Stonly Browser Extension
Скачайте файлы расширений Stonly Browser Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Stonly Browser Extension |
ID | ooppbalbkbdabcmaijemiaekfpnhijcl |
Официальный URL | https://chromewebstore.google.com/detail/stonly-browser-extension/ooppbalbkbdabcmaijemiaekfpnhijcl |
Описание | Enhance your Stonly guides creation experience with our browser extension. |
Размер файла | 422 KB |
Количество установок | 5,603 |
Текущая Версия | 2.1.54 |
Последнее Обновление | 2024-01-31 |
Дата публикации | 2020-02-22 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://stonly.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://stonly.com |
URL страницы помощи | https://help.stonly.com |
URL страницы политики конфиденциальности | https://stonly.com/privacy |
Поддерживаемые языки | 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:\/\/*\/*", " |