Stonly Browser Extension
Enhance your Stonly guides creation experience with our browser extension.
Stonly Browser Extensionとは何ですか?
Stonly Browser Extensionはhttps://stonly.comによって開発されたChromeの拡張機能で、その主な機能は「Enhance your Stonly guides creation experience with our browser extension.」です。
拡張機能のスクリーンショット
Stonly Browser Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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:\/\/*\/*", " |