購有錢-比價賺現金小幫手

《購有錢-比價賺現金小幫手》是你網購必備的超有用工具!當你進入與《購有錢》有合作的特約商店時,可即時獲得賺現金回饋的提醒,點擊啟動現金回饋按鈕,即可順利獲得現金回饋,購物有錢拿!

What is 購有錢-比價賺現金小幫手?

購有錢-比價賺現金小幫手 is a Chrome extension developed by https://www.goyomoney.com.tw, and its main feature is "《購有錢-比價賺現金小幫手》是你網購必備的超有用工具!當你進入與《購有錢》有合作的特約商店時,可即時獲得賺現金回饋的提醒,點擊啟動現金回饋按鈕,即可順利獲得現金回饋,購物有錢拿!".

Extension Screenshots

screenshot
screenshot
screenshot

Download 購有錢-比價賺現金小幫手 Extension CRX File

Download 購有錢-比價賺現金小幫手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 現金回饋貼心提醒
當您瀏覽到《購有錢》的特約商店時,小幫手會跳出紅色「立即啟動現金回饋」提醒您此商城在購有錢有現金回饋,只要您點擊「立即啟動現金回饋」後,即可開始購物賺現金回饋,小幫手也會變綠色「現金回饋已啟動」狀態。購物後的現金回饋可點擊小幫手圖示 > 我的現金回饋查看!                    

Extension Basic Information

Name 購有錢-比價賺現金小幫手 購有錢-比價賺現金小幫手
ID idpbkjelfafclebibpchnammadmdlipe
Official URL https://chromewebstore.google.com/detail/%E8%B3%BC%E6%9C%89%E9%8C%A2-%E6%AF%94%E5%83%B9%E8%B3%BA%E7%8F%BE%E9%87%91%E5%B0%8F%E5%B9%AB%E6%89%8B/idpbkjelfafclebibpchnammadmdlipe
Description 《購有錢-比價賺現金小幫手》是你網購必備的超有用工具!當你進入與《購有錢》有合作的特約商店時,可即時獲得賺現金回饋的提醒,點擊啟動現金回饋按鈕,即可順利獲得現金回饋,購物有錢拿!
File Size 665 KB
Installation Count 3,611
Current Version 3.0.3
Last Updated 2023-10-25
Publish Date 2020-08-04
Rating 4.43/5 Total 14 Ratings
Developer https://www.goyomoney.com.tw
Email [email protected]
Payment Type free
Extension Website https://www.goyomoney.com.tw/
Help Page URL https://www.goyomoney.com.tw/service
Privacy Policy Page URL https://www.goyomoney.com.tw/privacy-policy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "name": "\u8cfc\u6709\u9322-\u6bd4\u50f9\u8cfa\u73fe\u91d1\u5c0f\u5e6b\u624b",
    "description": "\u300a\u8cfc\u6709\u9322-\u6bd4\u50f9\u8cfa\u73fe\u91d1\u5c0f\u5e6b\u624b\u300b\u662f\u4f60\u7db2\u8cfc\u5fc5\u5099\u7684\u8d85\u6709\u7528\u5de5\u5177\uff01\u7576\u4f60\u9032\u5165\u8207\u300a\u8cfc\u6709\u9322\u300b\u6709\u5408\u4f5c\u7684\u7279\u7d04\u5546\u5e97\u6642\uff0c\u53ef\u5373\u6642\u7372\u5f97\u8cfa\u73fe\u91d1\u56de\u994b\u7684\u63d0\u9192\uff0c\u9ede\u64ca\u555f\u52d5\u73fe\u91d1\u56de\u994b\u6309\u9215\uff0c\u5373\u53ef\u9806\u5229\u7372\u5f97\u73fe\u91d1\u56de\u994b\uff0c\u8cfc\u7269\u6709\u9322\u62ff\uff01",
    "version": "3.0.3",
    "icons": {
        "16": "img\/icon\/[email protected]",
        "18": "img\/icon\/[email protected]",
        "24": "img\/icon\/[email protected]",
        "32": "img\/icon\/[email protected]",
        "48": "img\/icon\/[email protected]",
        "64": "img\/icon\/[email protected]",
        "128": "img\/icon\/[email protected]"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/[email protected]",
            "18": "img\/icon\/[email protected]",
            "24": "img\/icon\/[email protected]",
            "32": "img\/icon\/[email protected]",
            "48": "img\/icon\/[email protected]",
            "64": "img\/icon\/[email protected]",
            "128": "img\/icon\/[email protected]"
        },
        "default_title": "\u8cfc\u6709\u9322-\u6bd4\u50f9\u8cfa\u73fe\u91d1\u5c0f\u5e6b\u624b",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content\/content.bundle.js"
            ],
            "css": [
                "content\/content\/content.styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.goyomoney.com.tw\/*"
            ],
            "js": [
                "content\/set-installed-node\/set-installed-node.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo-sm.png",
                "img\/close.png",
                "img\/*",
                "content\/*\/*.styles.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "alarms",
        "idle"
    ],
    "host_permissions": [
        "http:\/\/*.goyomoney.com.tw\/*",
        "https:\/\/*.goyomoney.com.tw\/*",
        "http:\/\/0.0.0.0:8080\/*"
    ]
}