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 هو إضافة Chrome تم تطويرها بواسطة https://ziflow.io، والميزة الرئيسية لها هي "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ziflow - Online Review and Approval

قم بتنزيل ملفات الامتداد Ziflow - Online Review and Approval بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}