Notificari Reducerix.ro

Te anuntam in timp real cand incep campaniile de reduceri!

Notificari Reducerix.roคืออะไร?

Notificari Reducerix.ro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BitZone และคุณลักษณะหลักของมันคือ "Te anuntam in timp real cand incep campaniile de reduceri!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notificari Reducerix.ro

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

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

                        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!                    

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

ชื่อ Notificari Reducerix.ro Notificari Reducerix.ro
ID beedkgpijkgfkbcamlelpaamjamgdgap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notificari-reducerixro/beedkgpijkgfkbcamlelpaamjamgdgap
คำอธิบาย Te anuntam in timp real cand incep campaniile de reduceri!
ขนาดไฟล์ 276 KB
จำนวนการติดตั้ง 741
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2016-12-19
วันที่เผยแพร่ 2016-12-19
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา BitZone
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.reducerix.ro/extensie-browser-reducerix/
URL หน้าช่วยเหลือ http://www.reducerix.ro/contact/
ภาษาที่รองรับ 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\/*"
        ]
    }
}