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!

Qu'est-ce que Let's Pointie ?

Let's Pointie est une extension Chrome développée par https://www.pointie.ca, et sa fonction principale est "Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Let's Pointie

Téléchargez les fichiers d'extension Let's Pointie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Let's Pointie Let's Pointie
ID mlabiphbgnehhigedcdklojghfpjhomi
URL Officiel https://chromewebstore.google.com/detail/lets-pointie/mlabiphbgnehhigedcdklojghfpjhomi
Description Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!
Taille du Fichier 1.94 MB
Nombre d'Installations 121
Version Actuelle 0.3.2
Dernière Mise à Jour 2023-11-29
Date de Publication 2023-07-18
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://www.pointie.ca
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pointie.ca
URL de la Page d'Aide https://www.pointie.ca/help-contact/contact/contact-us
URL de la Page de Politique de Confidentialité https://www.pointie.ca/legal/privacy-policy
Langues Prises en Charge 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"
    ]
}