Product Fruits Editor
Product Fruits tours, hints and events editor.
Product Fruits Editorとは何ですか?
Product Fruits Editorはhttps://productfruits.comによって開発されたChromeの拡張機能で、その主な機能は「Product Fruits tours, hints and events editor.」です。
拡張機能のスクリーンショット
Product Fruits Editor拡張機能のCRXファイルをダウンロード
Product Fruits Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create and preview onboarding flows in your browser. Product Fruits extension allows you to build onboarding flows in your app or web without any coding. You can create: • Product tours to guide users step by step • Hints and tooltips to highlight features and provide contextual information • Onboarding checklist to gamify complex flows • Life Ring button for an always on help center • Announcements to show important updates in your product • Feedback widget to track how users feel about your product • Knowledge base to provide users with instant answers • Custom events to trigger flows in response to user’s actions Your users won’t see anything until you deploy our JS snippet to the production environment. The content created using the extension is saved and can be launched following the JS snipped installation. The extension provides full functionality with the exception of segmentation, for which the JS snippet needs to be deployed. It can also be used for employee onboarding. If this is your use case, please reach our support.
拡張機能の基本情報
名前 | Product Fruits Editor |
ID | blfcndbglccbobmkepikmbmobcehhkkf |
公式URL | https://chromewebstore.google.com/detail/product-fruits-editor/blfcndbglccbobmkepikmbmobcehhkkf |
説明 | Product Fruits tours, hints and events editor. |
ファイルサイズ | 6.1 MB |
インストール数 | 4,021 |
現在のバージョン | 1.2.6 |
最終更新日 | 2024-03-04 |
公開日 | 2023-02-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://productfruits.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://productfruits.com |
ヘルプページのURL | https://productfruits.com |
プライバシーポリシーページのURL | https://productfruits.com/policies/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Fruits Editor", "description": "Product Fruits tours, hints and events editor.", "version": "1.2.6", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Edit and preview Product Fruits content in your application." }, "icons": { "32": "pf_ico_32.png", "48": "pf_ico_48.png", "64": "pf_ico_64.png", "128": "pf_ico_128.png" }, "permissions": [ "storage", "activeTab", "scripting", "declarativeNetRequest", "offscreen" ], "host_permissions": [ "https:\/\/my.productfruits.com\/", "https:\/\/app.productfruits.com\/", "https:\/\/localhost:44384\/", " |