Listele - Cebini koruyan asistan!

İstediğin ürünün en ucuzunu gerçek zamanlı olarak bulan yardımcın.

Listele - Cebini koruyan asistan!คืออะไร?

Listele - Cebini koruyan asistan! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://listele.app และคุณลักษณะหลักของมันคือ "İstediğin ürünün en ucuzunu gerçek zamanlı olarak bulan yardımcın."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Listele - Cebini koruyan asistan!

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

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

                        Fiyat araştırması yaparken kaybettiğin zamanı geri veriyor ve istediğin ürün nerde indirime girerse girsin yakalamanı sağlıyoruz.

En ucuzunu her zaman buluruz ama hala senin için pahalı olduğunu mu düşünüyorsun? Dert etme! İstediğin fiyatı gir, ucuzlayana kadar senin yerine onu tüm sitelerde takip ederiz. Üstelik ne kadar süreyle takip edeceğimizi de sen belirle. Fiyat düşünce sana atacağımız bildirime tıklaman yeter.

İstediğin ürüne ödeyebileceğin kadar ödeyip mutlu ol, cebini koru.                    

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

ชื่อ Listele - Cebini koruyan asistan! Listele - Cebini koruyan asistan!
ID jkhgepekgcfchlgglcpddbhgjddoponl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/listele-cebini-koruyan-as/jkhgepekgcfchlgglcpddbhgjddoponl
คำอธิบาย İstediğin ürünün en ucuzunu gerçek zamanlı olarak bulan yardımcın.
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 535
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2020-01-22
วันที่เผยแพร่ 2020-01-19
คะแนน 4.57/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา http://listele.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.listele.app
URL หน้านโยบายความเป็นส่วนตัว https://www.listele.app/gizlilik-politikasi
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listele - Cebini koruyan asistan!",
    "short_name": "Listele",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "\u0130stedi\u011fin u\u0308ru\u0308nu\u0308n en ucuzunu ger\u00e7ek zamanl\u0131 olarak bulan yard\u0131mc\u0131n.",
    "homepage_url": "https:\/\/www.listele.app",
    "browser_action": {
        "default_title": "Listele - Cebini koruyan asistan!",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_popup": "main.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.min.js",
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "top.html",
        "notify.html",
        "frame.html",
        "main.html",
        "img\/*",
        "fonts\/*",
        "icons\/*",
        "css\/*",
        "\/js\/jquery.min.js",
        "source.js"
    ],
    "background": {
        "scripts": [
            "OneSignal.js",
            "background.js",
            "notifycheck.js",
            "checkout.js"
        ],
        "persistent": false
    },
    "permissions": [
        "gcm",
        "storage",
        "identity",
        "notifications",
        "*:\/\/*.cebinikoru.com\/*",
        "*:\/\/*.listele.app\/*",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}