Ziflow - Online Review and Approval

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

Cos'è Ziflow - Online Review and Approval?

Ziflow - Online Review and Approval è un'estensione di Chrome sviluppata da https://ziflow.io, e la sua funzione principale è "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ziflow - Online Review and Approval

Scarica i file di estensione Ziflow - Online Review and Approval in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Ziflow - Online Review and Approval Ziflow - Online Review and Approval
ID ofiomfgopfejohpnahhoggjfdnhlffcj
URL Ufficiale https://chromewebstore.google.com/detail/ziflow-online-review-and/ofiomfgopfejohpnahhoggjfdnhlffcj
Descrizione Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites
Dimensione del File 8.79 KB
Conteggio Installazioni 15,054
Versione Corrente 1.6.4
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2019-08-20
Sviluppatore https://ziflow.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ziflow.com
URL della Pagina della Politica sulla Privacy https://www.ziflow.com/privacy-policy
Lingue Supportate 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": [
        ""
    ]
}