Folio - All-in-one product demo tool
Sell products with interactive demos
Folio - All-in-one product demo tool là gì?
Folio - All-in-one product demo tool là một tiện ích mở rộng Chrome được phát triển bởi https://folio.la, và tính năng chính của nó là "Sell products with interactive demos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Folio - All-in-one product demo tool
Tải xuống các tệp mở rộng Folio - All-in-one product demo tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Folio - All-in-one product demo tool |
ID | ckcmjfgpicpgmnlfjjnogcjemkcofaal |
URL Chính Thức | https://chromewebstore.google.com/detail/folio-all-in-one-product/ckcmjfgpicpgmnlfjjnogcjemkcofaal |
Mô tả | Sell products with interactive demos |
Kích Thước Tệp | 1.55 MB |
Số Lần Cài Đặt | 259 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2023-07-14 |
Ngày Phát Hành | 2023-02-10 |
Đánh Giá | 5.00/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://folio.la |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.folio.la/ |
URL Trang Chính Sách Bảo Mật | https://www.folio.la/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |