Ziflow - Online Review and Approval

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

什么是Ziflow - Online Review and Approval?

Ziflow - Online Review and Approval是由https://ziflow.io开发的Chrome扩展程序,该扩展的主要功能是“Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites”。

扩展截图

screenshot

下载Ziflow - Online Review and Approval扩展crx文件

下载Ziflow - Online Review and Approval扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Ziflow - Online Review and Approval Ziflow - Online Review and Approval
ID ofiomfgopfejohpnahhoggjfdnhlffcj
官方URL https://chromewebstore.google.com/detail/ziflow-online-review-and/ofiomfgopfejohpnahhoggjfdnhlffcj
简介 Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites
文件大小 8.79 KB
安装次数 15,054
当前版本 1.6.4
更新时间 2024-02-28
上架时间 2019-08-20
开发者 https://ziflow.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ziflow.com
隐私政策页面URL https://www.ziflow.com/privacy-policy
支持的语言 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": [
        ""
    ]
}