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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sell products with interactive demos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Folio - All-in-one product demo tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
        "",
        "https:\/\/mail.google.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidecar.html",
                "CircularXXWeb-Regular.woff2",
                "CircularXXWeb-Medium.woff2",
                "CircularXXWeb-Bold.woff2",
                "pageWorld.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "0.1.8"
}