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によって開発されたChromeの拡張機能で、その主な機能は「Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!」です。

拡張機能のスクリーンショット

screenshot

Let's Pointie拡張機能のCRXファイルをダウンロード

Let's Pointie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}