Backify

Backify Browser Extension

Backifyคืออะไร?

Backify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://backify.com และคุณลักษณะหลักของมันคือ "Backify Browser Extension"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Backify is the next top cashback site that provides you with endless opportunities to get rewards and save money on your online purchases. 

Improve your online shopping experience!
The Backify browser Extension is the perfect addition to your shopping experience. You no longer have to search every corner of the internet to get cashback deals on your online shopping, as Backify will do it all for you. All you have to do is shop as usual at your favorite stores and the extension will notify you any time there is a cashback opportunity.  

How can Backify pay cash back?
We are partnered with top brands we know you will love. We receive a commission that we share with you when you make a purchase at one of our stores through Backify.

👀 Never miss out on a cashback opportunity again
With our notifications, earning money has never been easier. All you have to do is press “activate” when prompted and we do the rest for you.

💲 Multiple withdrawal methods 
We want you to be able to spend your money in the way you want. That’s why we are always adding new cash out options. You can currently withdraw your cashback with PayPal or in your favorite cryptocurrency asset! This allows us to provide you with an easy and risk-free way of adding to your portfolio of digital assets as well as cash.

🔏 Privacy
Rest assured that any personal details you share with us will not go any further. We do not sell or share your personal details with third parties companies.

Want to know more about the extension? Check out our help article: https://help.backify.com/hc/en-us/articles/4407296435089

Streamline your online shopping experience today and start saving.                    

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

ชื่อ Backify Backify
ID klnohdngbjbgonhgilongbdnimnjmage
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/backify/klnohdngbjbgonhgilongbdnimnjmage
คำอธิบาย Backify Browser Extension
ขนาดไฟล์ 414 KB
จำนวนการติดตั้ง 590
เวอร์ชันปัจจุบัน 0.9.3.5
อัปเดตครั้งล่าสุด 2023-04-14
วันที่เผยแพร่ 2021-08-18
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://backify.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://backify.com
URL หน้าช่วยเหลือ https://backify.com/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backify",
    "description": "Backify Browser Extension",
    "version": "0.9.3.5",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-FstRXlFn3sniVPBMSJsFSkrqsdUSfMocB\/o0M0HiLzw='; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "lato-400-latin.woff2",
        "lato-400-latin-ext.woff2",
        "lato-700-latin.woff2",
        "lato-700-latin-ext.woff2",
        "logo-light.svg",
        "logo-dark.svg",
        "cashback-activate.png",
        "cashback-activated.png",
        "close-btn.svg",
        "icon-light.svg",
        "disable-btn.svg",
        "info-btn.svg",
        "info-icon.svg",
        "levels-icon.svg"
    ]
}