Let's Pointie

Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!

Let's Pointie क्या है?

Let's Pointie https://www.pointie.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Let's Pointie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you aware of the incredible opportunity to earn extra points while shopping online? Imagine collecting Aeroplan, Airmile, Rakuten, all in one go, and effortlessly accumulating the rewards you desire. And as soon as you go to a site, you can see there is a good deal. Best of all, it's completely free! Don't miss out on this remarkable opportunity to enhance your shopping experience. Embrace simplicity and start maximizing your rewards today!
Let's pointie!                    

एक्सटेंशन की मूल जानकारी

नाम Let's Pointie Let's Pointie
ID mlabiphbgnehhigedcdklojghfpjhomi
आधिकारिक URL https://chromewebstore.google.com/detail/lets-pointie/mlabiphbgnehhigedcdklojghfpjhomi
विवरण Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!
फ़ाइल का आकार 1.94 MB
स्थापना संख्या 121
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2023-11-29
प्रकाशन तिथि 2023-07-18
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.pointie.ca
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pointie.ca
सहायता पृष्ठ URL https://www.pointie.ca/help-contact/contact/contact-us
गोपनीयता नीति पृष्ठ URL https://www.pointie.ca/legal/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let's Pointie",
    "description": "Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!",
    "version": "0.3.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/background\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon\/bi-16.png",
        "32": "\/images\/icon\/bi-32.png",
        "48": "\/images\/icon\/bi-48.png",
        "128": "\/images\/icon\/bi-128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/images\/icon\/bi-16.png",
            "32": "\/images\/icon\/bi-32.png",
            "48": "\/images\/icon\/bi-48.png",
            "128": "\/images\/icon\/bi-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/content\/content.css",
                "\/layerpopup\/popup-guide.css"
            ],
            "js": [
                "\/content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/images\/*",
                "\/images\/icon\/*",
                "\/images\/logo\/*",
                "\/layerpopup\/*",
                "\/fonts\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}