Folio - All-in-one product demo tool
Sell products with interactive demos
Folio - All-in-one product demo toolとは何ですか?
Folio - All-in-one product demo toolはhttps://folio.laによって開発されたChromeの拡張機能で、その主な機能は「Sell products with interactive demos」です。
拡張機能のスクリーンショット
Folio - All-in-one product demo tool拡張機能のCRXファイルをダウンロード
Folio - All-in-one product demo tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Folio | Product Demo Maker We are committed to help you cover all of your demo needs. - Smooth screen capturing - HTML code customization - Pan & Zoom - Multiple forms support - Public Sharing (embedded code provided) - Full analytics suite for demo insight - Collaboration and management - CRM integration access We have over 30+ spark features and chase the newest technology at the same time, waiting for you to explore! https://folio.la/
拡張機能の基本情報
名前 | Folio - All-in-one product demo tool |
ID | ckcmjfgpicpgmnlfjjnogcjemkcofaal |
公式URL | https://chromewebstore.google.com/detail/folio-all-in-one-product/ckcmjfgpicpgmnlfjjnogcjemkcofaal |
説明 | Sell products with interactive demos |
ファイルサイズ | 1.55 MB |
インストール数 | 259 |
現在のバージョン | 0.1.8 |
最終更新日 | 2023-07-14 |
公開日 | 2023-02-10 |
評価 | 5.00/5 合計 22 レビュー |
開発者 | https://folio.la |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.folio.la/ |
プライバシーポリシーページのURL | https://www.folio.la/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Folio - All-in-one product demo tool", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/[email protected]" }, "default_title": "Folio", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmail-content.js" ], "css": [ "gmail-content.css" ], "run_at": "document_end" }, { "all_frames": true, "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Sell products with interactive demos", "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "unlimitedStorage", "scripting", "tabs", "webNavigation", "webRequest", "storage", "activeTab", "desktopCapture", "system.display" ], "host_permissions": [ " |