Ziflow - Online Review and Approval

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

Was ist Ziflow - Online Review and Approval?

Ziflow - Online Review and Approval ist eine Chrome-Erweiterung, die von https://ziflow.io entwickelt wurde, und ihr Hauptmerkmal ist "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites".

Erweiterungsscreenshots

screenshot

Ziflow - Online Review and Approval-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ziflow - Online Review and Approval-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Ziflow - Online Review and Approval Ziflow - Online Review and Approval
ID ofiomfgopfejohpnahhoggjfdnhlffcj
Offizielle URL https://chromewebstore.google.com/detail/ziflow-online-review-and/ofiomfgopfejohpnahhoggjfdnhlffcj
Beschreibung Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites
Dateigröße 8.79 KB
Installationsanzahl 15,054
Aktuelle Version 1.6.4
Letztes Update 2024-02-28
Veröffentlichungsdatum 2019-08-20
Entwickler https://ziflow.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ziflow.com
URL der Datenschutzrichtlinien-Seite https://www.ziflow.com/privacy-policy
Unterstützte Sprachen 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": [
        ""
    ]
}