CouponPaste

Coupon service that everyone can benefit from. Our mission is to give you the best and make it as easy as possible.

CouponPasteคืออะไร?

CouponPaste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CouponPaste.com และคุณลักษณะหลักของมันคือ "Coupon service that everyone can benefit from. Our mission is to give you the best and make it as easy as possible."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CouponPaste

ดาวน์โหลดไฟล์ส่วนขยาย CouponPaste ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When it comes to saving with coupons, the CouponPaste has your back! Shop and save online, CouponPaste offers thousands of quality coupon codes and promotions that are updated 24/7.

CouponPaste is a new Chrome extension that will find the best available and working coupons and discounts offered while you are browsing your favorite stores.

It's free and easy-to-use. Simply install the CouponPaste extension and start saving with coupons! When you shop at your favorite store, the CouponPaste extension will appear in the upper right corner of the web browser. Next, click on the "Show All" button to see all the available coupons and deals. Then click on "Get Code" or "Get Deals" and the coupon will automatically be copied to the clipboard. Now when you shop, just paste the coupon code in the coupon box in your shopping cart or at the checkout page to see your instant savings!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CouponPaste CouponPaste
ID lbmfiebmalnoakokmoljlmfnbcnlihlm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/couponpaste/lbmfiebmalnoakokmoljlmfnbcnlihlm
คำอธิบาย Coupon service that everyone can benefit from. Our mission is to give you the best and make it as easy as possible.
ขนาดไฟล์ 316 KB
จำนวนการติดตั้ง 510
เวอร์ชันปัจจุบัน 1.3.1.0
อัปเดตครั้งล่าสุด 2018-04-28
วันที่เผยแพร่ 2018-04-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา CouponPaste.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://couponpaste.com/
URL หน้าช่วยเหลือ https://couponpaste.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว http://couponpaste.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CouponPaste",
    "version": "1.3.1.0",
    "description": "Coupon service that everyone can benefit from. Our mission is to give you the best and make it as easy as possible.",
    "homepage_url": "http:\/\/couponpaste.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery-3.0.0.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/handlebars.helpers.js",
                "libs\/jquery.jscrollpane.min.js",
                "libs\/jquery.mousewheel.js",
                "libs\/clipboard.min.js",
                "shared\/utils.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/serp.js",
                "content\/slider.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18.png",
        "default_title": "CouponPaste"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}