Shop & Earn

Don't shop 'Point-lessly' — Earn Velocity Points shopping online with Velocity Shop & Earn.

Shop & Earnคืออะไร?

Shop & Earn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://velocityfrequentflyer.com และคุณลักษณะหลักของมันคือ "Don't shop 'Point-lessly' — Earn Velocity Points shopping online with Velocity Shop & Earn."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        About:
Want to make sure you’re not missing out on Velocity Points when shopping online? 

Shop & Earn will notify you when you Google, or visit a participating brand's website, and let you activate your Points earning offer with a single click. Install Velocity Shop & Earn and never miss another Point!

What do I have to do?
1. Click the ‘Add to Chrome’ button above – it’s as simple as that!
2. When you Google a participating partner website we'll show you how many Points you could earn, and
3. When on a participating partner website, you'll be notified via an alert that you can earn Velocity Points.
4. Log in if you haven't already.
5. Once logged in, press the 'Activate Now' button and your eligible purchases will earn Velocity Points.

Not a Velocity member yet? Join for free at:
https://join.velocityfrequentflyer.com/                    

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

ชื่อ Shop & Earn Shop & Earn
ID bomcmemgajomdhikhffbbconcnimgbam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shop-earn/bomcmemgajomdhikhffbbconcnimgbam
คำอธิบาย Don't shop 'Point-lessly' — Earn Velocity Points shopping online with Velocity Shop & Earn.
ขนาดไฟล์ 543 KB
จำนวนการติดตั้ง 10,970
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-08-13
คะแนน 4.91/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://velocityfrequentflyer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.velocityfrequentflyer.com/
URL หน้าช่วยเหลือ https://www.velocityfrequentflyer.com/member-support
URL หน้านโยบายความเป็นส่วนตัว https://www.virginaustralia.com/au/en/about-us/policies/privacy/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop & Earn",
    "description": "Don't shop 'Point-lessly' \u2014 Earn Velocity Points shopping online with Velocity Shop & Earn.",
    "version": "1.3.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApdv+C0cx3GZNRZt1IY\/MYjXc7NO8M2ebei3Y\/o9Cm\/12X3Olw2qGAwzWfZ5IhWxM6Jlw+i4HTGg+nTYChydb5iQ7OUnRSLb+1tS\/142MwV2TFEjkmMD5YrCqrzkJbW6QFZ6rSS9vkaPpen7GbBGX2XmYniPwelL\/zT3SgPQcI\/KwPWFGs+Fpq\/sxMQa66EZopVmEqiSryLQYlqDZtUu\/FjcJ8jlEEdrW+JgkTRYlsbDt5rBCncOb69\/PekLzoNaQr5hk0U9XFXJCgoCEVn\/EaWgBbcaVoGvXucf5iVZmW9Ch243uSxxheul1mWUZl0R\/HO27ukEXHWQICFy\/wp+v4wIDAQAB",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-disable.png"
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "minimum_chrome_version": "92",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.css",
                "modal.css",
                "shadowRootContainer.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}