Wonderpop

Discover value-driven alternatives to Amazon products

Wonderpopคืออะไร?

Wonderpop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wonderpopus และคุณลักษณะหลักของมันคือ "Discover value-driven alternatives to Amazon products"

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

screenshot
screenshot
screenshot

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

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

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

                        Amazon makes 33 million dollars every hour. How much do small, sustainable businesses make elsewhere? We help you find value-driven alternatives to Amazon products!

HOW IT WORKS
1. Install this plugin
2. Browse freely on Amazon
3. Request responsible alternatives for products on the site.
4. Discover new, sustainable products right in your inbox!

OUR MISSION
Our mission is to redistribute wealth by building bridges between value-driven organisations, co-ops, small businesses and shoppers.

USING WONDERPOP MEANS..
* Discovering mission-driven companies
Many mission-driven businesses don't have the marketing budgets aggregator sites like Amazon do. We source mission-driven companies with a story and give them a platform.

* Shop responsibly
With every purchase you support a better world by investing in organizations that want to bring meaningful change

* On-demand, personalised recommendations
When you request an alternative for an Amazon product and we find one, we will deliver it straight to your inbox.


WHAT WE CARE ABOUT
* To empower consumers to shop responsibly by making it easy and a delight to do so.
* To help value-driven businesses to be seen, get a bigger reach, all while selling directly to consumers and keeping a direct relationship with them.                    

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

ชื่อ Wonderpop Wonderpop
ID kpomhfjgmeakndgekldakcgpfhjbedln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wonderpop/kpomhfjgmeakndgekldakcgpfhjbedln
คำอธิบาย Discover value-driven alternatives to Amazon products
ขนาดไฟล์ 403 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2020-11-26
วันที่เผยแพร่ 2020-10-18
ผู้พัฒนา wonderpopus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://wonderpop.us/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Discover value-driven alternatives to Amazon products",
    "version": "0.0.0.4",
    "name": "Wonderpop",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png",
        "default_title": "Be Surprised"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "modal.css"
            ],
            "matches": [
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "modal.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "logo.png",
        "settings-24px.png",
        "close-24px.png",
        "launch-24px.png",
        "feedback-24px.png",
        "templates.html",
        "button-request-enabled.png",
        "button-request-hover.png",
        "button-request-pressed.png",
        "button-found-enabled.png",
        "button-found-hover.png",
        "button-found-pressed.png"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/ec2-35-164-161-152.us-west-2.compute.amazonaws.com:3000\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}