Ziflow - Online Review and Approval

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

¿Qué es Ziflow - Online Review and Approval?

Ziflow - Online Review and Approval es una extensión de Chrome desarrollada por https://ziflow.io, y su función principal es "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ziflow - Online Review and Approval

Descarga archivos de extensión Ziflow - Online Review and Approval en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Ziflow - Online Review and Approval Ziflow - Online Review and Approval
ID ofiomfgopfejohpnahhoggjfdnhlffcj
URL Oficial https://chromewebstore.google.com/detail/ziflow-online-review-and/ofiomfgopfejohpnahhoggjfdnhlffcj
Descripción Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites
Tamaño del Archivo 8.79 KB
Cantidad de Instalaciones 15,054
Versión Actual 1.6.4
Última Actualización 2024-02-28
Fecha de Publicación 2019-08-20
Desarrollador https://ziflow.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ziflow.com
URL de la Página de Política de Privacidad https://www.ziflow.com/privacy-policy
Idiomas Soportados 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": [
        ""
    ]
}