oOhcoupons - Automatic Coupons

Automatically find and apply the best coupon code to your cart.

oOhcoupons - Automatic Coupons là gì?

oOhcoupons - Automatic Coupons là một tiện ích mở rộng Chrome được phát triển bởi https://oohcoupons.com, và tính năng chính của nó là "Automatically find and apply the best coupon code to your cart.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng oOhcoupons - Automatic Coupons

Tải xuống các tệp mở rộng oOhcoupons - Automatic Coupons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        oOhCoupons - Automatic Coupons Finder

oOhCoupons automatically applies coupon codes at the checkout page with one click.

Never search for a coupon code again. oOhCoupons automatically finds and applies coupon codes at the checkout page for you in one click.

oOhCoupons automatically finds the best coupon codes and discounts as you shop online at over 200,000 partner stores, and automatically applies coupons with one click. This free Chrome extension is all you need to save money and get the best working coupon codes.

How oOhCoupons works:
1. Add oOhCoupons to your browser in seconds and shop like normal. We’ll pop up and do the work for you
2. Start shopping online and add items to your shopping cart.
3. At the checkout page, oOhCoupons will automatically test all the best available coupons for you - it is that simple.

Never search for a sale, discount or coupon again when shopping online. Let oOhCoupons do it for you.

----------------
By installing this extension, you agree to the oOhCoupons.com terms (https://oohcoupons.com/terms) and privacy policy (https://oohcoupons.com/privacy/).

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên oOhcoupons - Automatic Coupons oOhcoupons - Automatic Coupons
ID dcifkfjlcblnhbpobekjhnfmnpcdojkd
URL Chính Thức https://chromewebstore.google.com/detail/oohcoupons-automatic-coup/dcifkfjlcblnhbpobekjhnfmnpcdojkd
Mô tả Automatically find and apply the best coupon code to your cart.
Kích Thước Tệp 6.62 MB
Số Lần Cài Đặt 66,618
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2024-02-03
Ngày Phát Hành 2023-11-03
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://oohcoupons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://oohcoupons.com/
URL Trang Chính Sách Bảo Mật https://oohcoupons.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "oOhcoupons - Automatic Coupons",
    "description": "Automatically find and apply the best coupon code to your cart.",
    "version": "1.1.5",
    "icons": {
        "16": "assets\/images\/logo-128.png",
        "48": "assets\/images\/logo-128.png",
        "128": "assets\/images\/logo-128.png"
    },
    "action": {
        "default_title": "oOhcoupons",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "assets\/icon\/off-19.png",
            "38": "assets\/icon\/off-38.png"
        }
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "match_about_blank": false
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "isolated_world": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*",
                "assets\/*",
                "contentScript\/*.css",
                "*.png",
                "*.ttf",
                "*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}