Folio - All-in-one product demo tool

Sell products with interactive demos

Qu'est-ce que Folio - All-in-one product demo tool ?

Folio - All-in-one product demo tool est une extension Chrome développée par https://folio.la, et sa fonction principale est "Sell products with interactive demos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Folio - All-in-one product demo tool

Téléchargez les fichiers d'extension Folio - All-in-one product demo tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Folio - All-in-one product demo tool Folio - All-in-one product demo tool
ID ckcmjfgpicpgmnlfjjnogcjemkcofaal
URL Officiel https://chromewebstore.google.com/detail/folio-all-in-one-product/ckcmjfgpicpgmnlfjjnogcjemkcofaal
Description Sell products with interactive demos
Taille du Fichier 1.55 MB
Nombre d'Installations 259
Version Actuelle 0.1.8
Dernière Mise à Jour 2023-07-14
Date de Publication 2023-02-10
Évaluation 5.00/5 Total 22 Évaluations
Développeur https://folio.la
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.folio.la/
URL de la Page de Politique de Confidentialité https://www.folio.la/privacy-policy
Langues Prises en Charge 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"
}