BUENA - Your Online Shopping Companion

Create visual & interactive shopping lists for any occasion

BUENA - Your Online Shopping Companionคืออะไร?

BUENA - Your Online Shopping Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BUENA และคุณลักษณะหลักของมันคือ "Create visual & interactive shopping lists for any occasion"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BUENA - Your Online Shopping Companion

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

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

                        Create visual & interactive shopping lists for any occasion. 

Keeping track of everything you want to buy while online shopping is difficult. BUENA helps you quickly save products across your favorite stores to one spot. 

Get important product details in 1-click. BUENA instantly provides real photos, reviews, and price history while you shop, so you can make smart & confident shopping decisions. 

The BUENA Chrome Extension automatically connects to the BUENA Dashboard, where you can:
        - Add friends to lists & shop together. 
        - Drag & drop products by category or occasion. 
        - Upvote & comment on your saved products. 

Activate BUENA on your favorite stores & stay organized with your all-in-one online shopping companion. 

----------

We're new! To help us make BUENA the best shopping tool it can be, email us with ideas or issues: [email protected]
Wanna help? Leave a Chrome Store review, it’s like a virtual high-five :)                    

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

ชื่อ BUENA - Your Online Shopping Companion BUENA - Your Online Shopping Companion
ID bhgckgbadleaakjjhlegamogoffadfpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buena-your-online-shoppin/bhgckgbadleaakjjhlegamogoffadfpe
คำอธิบาย Create visual & interactive shopping lists for any occasion
ขนาดไฟล์ 6 MB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 9.6.9
อัปเดตครั้งล่าสุด 2021-09-28
วันที่เผยแพร่ 2020-11-17
คะแนน 5.00/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา BUENA
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buena.life/hello/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BUENA - Your Online Shopping Companion",
    "version": "9.6.9",
    "description": "Create visual & interactive shopping lists for any occasion",
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Curator",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "static\/js\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com https:\/\/cdn.branch.io\/ https:\/\/app.link https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "imageClipper.html",
        "frameTutorial.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.buena.life\/*",
            "*:\/\/localhost\/*"
        ]
    }
}