Guru

Coupons applied automatically

Guru là gì?

Guru là một tiện ích mở rộng Chrome được phát triển bởi https://goguru.io, và tính năng chính của nó là "Coupons applied automatically".

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

screenshot

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

Tải xuống các tệp mở rộng Guru 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

                        Install Guru and stop wasting time manually entering coupon codes. Guru makes it easy to automatically try coupons on your favorite stores.

AUTOMATICALLY APPLY COUPON CODES
- Automatically try coupons from the top online stores.

EXCLUSIVE ACCESS
- Exclusive access to over 50,000 coupons and deals.

–––––––––––––––––––––––––––––––––

By using this extension, you agree to our Terms: https://goguru.io/terms

Privacy Policy: https://goguru.io/privacy                    

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

Tên Guru Guru
ID ekahpenefeneekjoanbhkodldleballn
URL Chính Thức https://chromewebstore.google.com/detail/guru/ekahpenefeneekjoanbhkodldleballn
Mô tả Coupons applied automatically
Kích Thước Tệp 569 KB
Số Lần Cài Đặt 7,888
Phiên Bản Hiện Tại 8.0.4
Cập Nhật Lần Cuối 2019-02-24
Ngày Phát Hành 2019-02-23
Đánh Giá 4.38/5 Tổng số 125 Đánh Giá
Nhà Phát Triển https://goguru.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://goguru.io/
URL Trang Trợ Giúp https://goguru.io/help
URL Trang Chính Sách Bảo Mật https://goguru.io/privacy
Ngôn Ngữ Được Hỗ Trợ en-US,es-419,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Guru",
    "version": "8.0.4",
    "description": "__MSG_extDesc__",
    "default_locale": "en_US",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/fonts.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/active-16.png",
        "48": "icons\/active-48.png",
        "128": "icons\/active-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/inactive-19.png",
            "38": "icons\/inactive-38.png"
        },
        "default_title": "Guru"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.goguru.io https:\/\/api.ipstack.com https:\/\/api.segment.io; object-src 'self'",
    "minimum_chrome_version": "27"
}