A Kiwi Pick

Save products and buy together with friends.

A Kiwi Pickคืออะไร?

A Kiwi Pick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiwidrop และคุณลักษณะหลักของมันคือ "Save products and buy together with friends."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Curate and inspire your style easily, and we'll magically find products for your boutique from factories around the world.

PICK - Use "Pick Kiwi" button to save and organize styles, ideas from images, listing detailed pages all over the web.

ORGANZE - Organize and keep track of everything creative - your mood, idea,  inspirations in the board for your community  

SHARE - Share with your audience to get feedback and pre-order

DROP - Wait for surprising drop your product upon request 

Discover more of what you liked on KiwiDrop

To start picking, log in or sign up for a free account!
We'd love to hear your feedback at [email protected]                    

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

ชื่อ A Kiwi Pick A Kiwi Pick
ID cmgglgjgcgmhjcmlkbcfannfenmhfmdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/a-kiwi-pick/cmgglgjgcgmhjcmlkbcfannfenmhfmdh
คำอธิบาย Save products and buy together with friends.
ขนาดไฟล์ 607 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 3.3.7
อัปเดตครั้งล่าสุด 2022-12-13
วันที่เผยแพร่ 2021-07-10
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Kiwidrop
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pickkiwi.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.pickkiwi.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A Kiwi Pick",
    "description": "Save products and buy together with friends.",
    "version": "3.3.7",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/vue.js",
                "lib\/elementUI.js",
                "lib\/jq.js",
                "lib\/axios.js",
                "lib\/vue-tags-input.js",
                "lib\/vue-country-intl.min.js",
                "parser\/setCurrentSite.js",
                "parser\/parserMethods.js",
                "parser\/parser_cloud_collect.js",
                "parser\/parser_cloud_list.js",
                "parser\/parser_cloud.js",
                "parser\/parser.js",
                "ui\/login.js",
                "ui\/support.js",
                "ui\/notSupport.js",
                "ui\/pickNotSupport.js",
                "ui\/multiple.js",
                "main.js"
            ],
            "css": [
                "css\/elementUI.css",
                "css\/vue-country-intl.css",
                "css\/plugIn.css",
                "css\/login.css",
                "css\/pickNotSupport.css",
                "css\/multiple.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "lib\/axios.js",
            "background\/parser_cloud_headers.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ""
    },
    "permissions": [
        "https:\/\/click.simba.taobao.com\/*",
        "https:\/\/itemcdn.tmall.com\/*",
        "https:\/\/dscnew.taobao.com\/*",
        "https:\/\/descnew.taobao.com\/*",
        "https:\/\/www.alibaba.com\/*"
    ],
    "web_accessible_resources": [
        "iframes\/*.html",
        "css\/fonts\/*.ttf",
        "css\/fonts\/*.woff"
    ]
}