Venngo Browser Extension

Venngo Browser Extension

ما هو Venngo Browser Extension؟

Venngo Browser Extension هو إضافة Chrome تم تطويرها بواسطة https://venngo.com، والميزة الرئيسية لها هي "Venngo Browser Extension".

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

screenshot

تحميل ملف CRX للإضافة Venngo Browser Extension

قم بتنزيل ملفات الامتداد Venngo Browser Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Premium private discount program to save you $1,000s on purchases you’re already making.

Start saving the easy way and say goodbye to logging into the app or the platform to save money. The Venngo browser extension helps you find all the deals, all you have to do is shop.

Get discounts with just one click. All you have to do is head to the sites you want to shop and we’ll let you know if you can use the Venngo discount on your purchase. 

We’re always expanding our library of brand partners, so be sure to continuously check back to see which new ones we have added to the platform. 

Want more deals? Access Venngo on your Android/IPhone and be sure to sign up for our newsletters.                    

معلومات أساسية عن التمديد

الاسم Venngo Browser Extension Venngo Browser Extension
ID pkkhcopnkkonnlfihjlfjfhpifmggdfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/venngo-browser-extension/pkkhcopnkkonnlfihjlfjfhpifmggdfn
الوصف Venngo Browser Extension
حجم الملف 512 KB
عدد التثبيتات 1,765
النسخة الحالية 2.0.2
آخر تحديث 2023-03-03
تاريخ النشر 2022-05-31
المطور https://venngo.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.venngo.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Venngo Browser Extension",
    "homepage_url": "https:\/\/www.venngo.com\/",
    "description": "Venngo Browser Extension",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; connect-src https:\/\/rest.venngo.com  https:\/\/team.venngo.com\/login  'unsafe-inline'; font-src 'self' https:\/\/fonts.gstatic.com; img-src  https:\/\/content.venngo.com"
    },
    "background": {
        "service_worker": "background.js"
    },
    "devtools_page": "devtools.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "version": "2.0.2"
}