Notificari Reducerix.ro

Te anuntam in timp real cand incep campaniile de reduceri!

Notificari Reducerix.ro là gì?

Notificari Reducerix.ro là một tiện ích mở rộng Chrome được phát triển bởi BitZone, và tính năng chính của nó là "Te anuntam in timp real cand incep campaniile de reduceri!".

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

screenshot
screenshot

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

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

                        Profita de cele mai mari reduceri! Cu ajutorul extensiei de browser reducerix, te anuntam in timp real cand se lanseaza campaniile promotionale ale magazinelor. In plus, nu vei rata startul ofertelor de Black Friday!                    

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

Tên Notificari Reducerix.ro Notificari Reducerix.ro
ID beedkgpijkgfkbcamlelpaamjamgdgap
URL Chính Thức https://chromewebstore.google.com/detail/notificari-reducerixro/beedkgpijkgfkbcamlelpaamjamgdgap
Mô tả Te anuntam in timp real cand incep campaniile de reduceri!
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 741
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2016-12-19
Ngày Phát Hành 2016-12-19
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển BitZone
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reducerix.ro/extensie-browser-reducerix/
URL Trang Trợ Giúp http://www.reducerix.ro/contact/
Ngôn Ngữ Được Hỗ Trợ ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notificari Reducerix.ro",
    "short_name": "Notificari Reducerix",
    "description": "Te anuntam in timp real cand incep campaniile de reduceri!",
    "version": "1.0.5",
    "minimum_chrome_version": "45",
    "offline_enabled": false,
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon-64.png",
        "default_popup": "html\/settings.html",
        "default_title": "Setari notificari"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "gcm",
        "tabs",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/www.reducerix.ro\/*",
            "https:\/\/www.reducerix.ro\/*",
            "http:\/\/blackfridaymania.ro\/*",
            "https:\/\/blackfridaymania.ro\/*"
        ]
    }
}