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/ 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
" | |