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!

Cos'è Let's Pointie?

Let's Pointie è un'estensione di Chrome sviluppata da https://www.pointie.ca, e la sua funzione principale è "Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Let's Pointie

Scarica i file di estensione Let's Pointie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Let's Pointie Let's Pointie
ID mlabiphbgnehhigedcdklojghfpjhomi
URL Ufficiale https://chromewebstore.google.com/detail/lets-pointie/mlabiphbgnehhigedcdklojghfpjhomi
Descrizione Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!
Dimensione del File 1.94 MB
Conteggio Installazioni 121
Versione Corrente 0.3.2
Ultimo Aggiornamento 2023-11-29
Data di Pubblicazione 2023-07-18
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://www.pointie.ca
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.pointie.ca
URL della Pagina di Aiuto https://www.pointie.ca/help-contact/contact/contact-us
URL della Pagina della Politica sulla Privacy https://www.pointie.ca/legal/privacy-policy
Lingue Supportate 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"
    ]
}