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
Eメール [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": [
        ""
    ]
}