Ziflow - Online Review and Approval

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

What is Ziflow - Online Review and Approval?

Ziflow - Online Review and Approval is a Chrome extension developed by https://ziflow.io, and its main feature is "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites".

Extension Screenshots

screenshot

Download Ziflow - Online Review and Approval Extension CRX File

Download Ziflow - Online Review and Approval extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Ziflow - Online Review and Approval Ziflow - Online Review and Approval
ID ofiomfgopfejohpnahhoggjfdnhlffcj
Official URL 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
File Size 8.79 KB
Installation Count 15,054
Current Version 1.6.4
Last Updated 2024-02-28
Publish Date 2019-08-20
Developer https://ziflow.io
Email [email protected]
Payment Type free
Extension Website https://www.ziflow.com
Privacy Policy Page URL https://www.ziflow.com/privacy-policy
Supported Languages 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": [
        ""
    ]
}