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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |