Add to Babylist Button

Add items to your Babylist registry from any store.

Add to Babylist Buttonคืออะไร?

Add to Babylist Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://babylist.com และคุณลักษณะหลักของมันคือ "Add items to your Babylist registry from any store."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Babylist Button

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

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

                        With this extension, you can add anything you like to your Babylist registry while browsing all of your favorite online stores.                    

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

ชื่อ Add to Babylist Button Add to Babylist Button
ID jcmljanephecacpljcpiogonhhadfpda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-babylist-button/jcmljanephecacpljcpiogonhhadfpda
คำอธิบาย Add items to your Babylist registry from any store.
ขนาดไฟล์ 23.06 KB
จำนวนการติดตั้ง 33,338
เวอร์ชันปัจจุบัน 2.6.0
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2019-01-17
คะแนน 4.17/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://babylist.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.babylist.com/
URL หน้าช่วยเหลือ https://www.babylist.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.babylist.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Add to Babylist Button",
        "default_icon": "assets\/icon-128.png"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "name": "Add to Babylist Button",
    "description": "Add items to your Babylist registry from any store.",
    "homepage_url": "https:\/\/www.babylist.com",
    "permissions": [
        "activeTab",
        "cookies",
        "declarativeNetRequest",
        "webRequest",
        "*:\/\/*.babylist.com\/*"
    ],
    "version": "2.6.0",
    "manifest_version": 2
}