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!은(는) http://listele.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "İstediğin ürünün en ucuzunu gerçek zamanlı olarak bulan yardımcın."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Listele - Cebini koruyan asistan! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}