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 là gì?

Let's Pointie là một tiện ích mở rộng Chrome được phát triển bởi https://www.pointie.ca, và tính năng chính của nó là "Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Let's Pointie

Tải xuống các tệp mở rộng Let's Pointie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Let's Pointie Let's Pointie
ID mlabiphbgnehhigedcdklojghfpjhomi
URL Chính Thức https://chromewebstore.google.com/detail/lets-pointie/mlabiphbgnehhigedcdklojghfpjhomi
Mô tả Let's Pointie! Get cash back or point info for Rakuten, Aeroplan, Airmiles, plus EPP and deals! Let's maximize your rewards!
Kích Thước Tệp 1.94 MB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-07-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.pointie.ca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pointie.ca
URL Trang Trợ Giúp https://www.pointie.ca/help-contact/contact/contact-us
URL Trang Chính Sách Bảo Mật https://www.pointie.ca/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}