Rewardhub donation reminder

Never miss a free donation with the Rewardhub donation reminder.

Rewardhub donation reminderคืออะไร?

Rewardhub donation reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rewardhub.co.nz และคุณลักษณะหลักของมันคือ "Never miss a free donation with the Rewardhub donation reminder."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rewardhub donation reminder

ดาวน์โหลดไฟล์ส่วนขยาย Rewardhub donation reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shop with purpose, earn free donations for a good cause every time you shop online.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rewardhub donation reminder Rewardhub donation reminder
ID icglciepchdfjemekbohehialpiabokn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rewardhub-donation-remind/icglciepchdfjemekbohehialpiabokn
คำอธิบาย Never miss a free donation with the Rewardhub donation reminder.
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 290
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-06-23
วันที่เผยแพร่ 2020-06-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://rewardhub.co.nz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rewardhub.co.nz
URL หน้าช่วยเหลือ https://rewardhub.co.nz/about/contact/
URL หน้านโยบายความเป็นส่วนตัว https://rewardhub.co.nz/about/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "googleContent.js"
            ],
            "matches": [
                "https:\/\/www.google.co.nz\/*",
                "https:\/\/www.google.com.au\/*",
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "allContent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Never miss a free donation with the Rewardhub donation reminder.",
    "icons": {
        "128": "images\/favicon-128x128.png",
        "16": "images\/favicon-16x16.png",
        "48": "images\/favicon-48x48.png",
        "96": "images\/favicon-96x96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlqaxb1jdjUS+5N\/C2\/UK+WmoiLJs5MvhKvfLJtmWhVLWPe7Opn6e3FCXSizvGXYqYgqZkumDBZlNYnAF1pG8URbrkPaS+uTflFsYYsgBalhU00VKYAlsZGQz+lN\/v5t5jWSab8kzmqniMDnEu+4MB\/OuSyVvvhJD+NLC8RpSJcSw6eL9Y2Lha\/W0skW0LOkGyq+LIpwo3jfoTDnpeLVZCDTjkFEKTnLx4tn6XI3GfMoxbxoFpYbTkvBMjo5nf4WK4syY578ONHZhJ\/XC\/cUcXtz34FYMrXbdJvMjkA5bz\/A8YdG10nT5bxPN5LcYxnyy5voCBOE1rWMFRXhlYvfLvQIDAQAB",
    "manifest_version": 2,
    "name": "Rewardhub donation reminder",
    "page_action": {
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "48": "images\/favicon-48x48.png",
            "96": "images\/favicon-96x96.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "alarms",
        "tabs",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "images\/favicon-96x96.png",
        "images\/Rewardhub-logo-2black.png",
        "images\/How-it-works-step-three-rewardhub.png",
        "styles\/fonts.css",
        "selectorDefinition.json",
        "config.json"
    ]
}