AmazonCoupons Finder & Cashback

Discovery Amazon Promotions,Coupons, saving money easily!

ما هو AmazonCoupons Finder & Cashback؟

AmazonCoupons Finder & Cashback هو إضافة Chrome تم تطويرها بواسطة https://kinlighter.wordpress.com، والميزة الرئيسية لها هي "Discovery Amazon Promotions,Coupons, saving money easily!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AmazonCoupons Finder & Cashback

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

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

                        A easily using tool, find and discovery coupons on Amazon!
When you are looking for favorite products, this smart tool can find related coupons about products!
Just surfing on Amazon, you can get noticed when it find coupons.
A signal will appear on the Icon.
So just a click, you will get the coupons and saving your money!                    

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

الاسم AmazonCoupons Finder & Cashback AmazonCoupons Finder & Cashback
ID anpachgjlajlollalijcolegjkippkgp
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazoncoupons-finder-cash/anpachgjlajlollalijcolegjkippkgp
الوصف Discovery Amazon Promotions,Coupons, saving money easily!
حجم الملف 494 KB
عدد التثبيتات 52
النسخة الحالية 1.0.3
آخر تحديث 2021-04-16
تاريخ النشر 2021-02-21
تقييم 5.00/5 مجموع تقييمات 1
المطور https://kinlighter.wordpress.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sites.google.com/view/coupon-discovery/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AmazonCoupons Finder & Cashback",
    "version": "1.0.3",
    "description": "Discovery Amazon Promotions,Coupons, saving money easily!",
    "author": "huoword messi",
    "icons": {
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "\/pages\/popup.html",
        "default_title": "Find Coupons"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.5.1.min.js",
                "\/scripts\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "default_locale": "en",
    "permissions": [
        "storage",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/ligtermetadata-env.eba-xcxsh4ve.us-east-2.elasticbeanstalk.com\/"
    ]
}