Ziflow - Online Review and Approval

Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites

Qu'est-ce que Ziflow - Online Review and Approval ?

Ziflow - Online Review and Approval est une extension Chrome développée par https://ziflow.io, et sa fonction principale est "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ziflow - Online Review and Approval

Téléchargez les fichiers d'extension Ziflow - Online Review and Approval 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

                        Ziflow helps agencies and brands deliver exceptional creative work by streamlining feedback on any creative asset from concept to delivery. 

Creative teams collaborate on any creative asset with a single platform for review of video, digital, web, documents, images, audio, banners, and much more. Flexible workflow accelerates approval of creative projects. Seamless integration with creative tools and apps lets creative teams continue to work at speed. Customers include Showtime, McCann Worldgroup, AWS, Weber, Specialized and Dupont.

Use our web browser plug-in to review any website!                    

Informations de Base sur l'Extension

Nom Ziflow - Online Review and Approval Ziflow - Online Review and Approval
ID ofiomfgopfejohpnahhoggjfdnhlffcj
URL Officiel https://chromewebstore.google.com/detail/ziflow-online-review-and/ofiomfgopfejohpnahhoggjfdnhlffcj
Description Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites
Taille du Fichier 8.79 KB
Nombre d'Installations 15,054
Version Actuelle 1.6.4
Dernière Mise à Jour 2024-02-28
Date de Publication 2019-08-20
Développeur https://ziflow.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ziflow.com
URL de la Page de Politique de Confidentialité https://www.ziflow.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ziflow - Online Review and Approval",
    "description": "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites",
    "version": "1.6.4",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Ziflow - Online Review and Approval"
    },
    "background": {
        "service_worker": "background_v3.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "cookies",
        "webRequest",
        "declarativeNetRequest",
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ]
}