CouponCodes

Latest Discount Coupons & Promo Codes

ما هو CouponCodes؟

CouponCodes هو إضافة Chrome تم تطويرها بواسطة https://couponcodes.menu، والميزة الرئيسية لها هي "Latest Discount Coupons & Promo Codes".

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

screenshot

تحميل ملف CRX للإضافة CouponCodes

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

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

                        CouponCodes searches for the latest coupon codes and deals at over 100+ online stores.

Tired of searching for coupon codes?  

Get the latest coupons delivered automagically to your browser with CouponCodes.  CouponCodes features coupons from over 100+ stores, updated daily.

How to Use:

- Shop online at your favorite stores

- As you browse, if we feature coupons or deals for the store, you'll see an icon on the right side which provides the latest coupons and deals. With a single click, you’ll have access to all of codes.                    

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

الاسم CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
الوصف Latest Discount Coupons & Promo Codes
حجم الملف 70.48 KB
عدد التثبيتات 974
النسخة الحالية 1.5
آخر تحديث 2016-09-12
تاريخ النشر 2016-09-12
تقييم 5.00/5 مجموع تقييمات 1
المطور https://couponcodes.menu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.couponcodes.menu
عنوان صفحة المساعدة https://couponcodes.menu/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CouponCodes",
    "description": "Latest Discount Coupons & Promo Codes",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "short_name": "CouponCodes",
    "icons": {
        "16": "favicon.png",
        "48": "icon-32.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Coupon Codes Menu "
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}