Givenio

Givenio

Givenioคืออะไร?

Givenio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.givenio.com และคุณลักษณะหลักของมันคือ "Givenio"

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

screenshot
screenshot

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

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

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

                        With Givenio you can spend, on average, 3% of every pound you spend online to your favourite cause. Which means you can turn every gift you buy, every holiday and every new pair of boots into funds for your favourite cause. With over 3.000 causes in the world to choose from, you can turn every online shopping trip into a cost-free way to support the cause that is most important to you.                    

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

ชื่อ Givenio Givenio
ID amaegjccccajmhnbcbeagblpdccimoeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/givenio/amaegjccccajmhnbcbeagblpdccimoeh
คำอธิบาย Givenio
ขนาดไฟล์ 44.63 KB
จำนวนการติดตั้ง 1,737
เวอร์ชันปัจจุบัน 2.0.16
อัปเดตครั้งล่าสุด 2019-10-01
วันที่เผยแพร่ 2019-10-01
คะแนน 3.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.givenio.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.16",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.sk\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/search.seznam.cz\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/user.png",
        "img\/settings.png",
        "img\/close.png",
        "img\/icon-search.png",
        "img\/icon-button.png"
    ]
}