Postcashback

Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.

Postcashbackคืออะไร?

Postcashback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devlessforme และคุณลักษณะหลักของมันคือ "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Postcashback

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

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

                        Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online                    

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

ชื่อ Postcashback Postcashback
ID knimahbenfiaggimliedochcldnoamhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk
คำอธิบาย Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
ขนาดไฟล์ 856 KB
จำนวนการติดตั้ง 304
เวอร์ชันปัจจุบัน 3.3.1
อัปเดตครั้งล่าสุด 2020-06-08
วันที่เผยแพร่ 2020-06-06
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา devlessforme
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.postcashback.co.il/
URL หน้าช่วยเหลือ https://www.postcashback.co.il/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.lessforme.com/privacy
ภาษาที่รองรับ en,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Postcashback Button",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.",
    "homepage_url": "http:\/\/www.postcashback.co.il",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Postcashback",
    "permissions": [
        "tabs",
        "webNavigation",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "www.postcashback.co.il\/*",
        "img\/*"
    ],
    "version": "3.3.1"
}