PinAli - PinIt button for AliExpress images

Add PinIt button for every image on AliExpress pages and share easy your shopping style.

PinAli - PinIt button for AliExpress imagesคืออะไร?

PinAli - PinIt button for AliExpress images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodedByHand และคุณลักษณะหลักของมันคือ "Add PinIt button for every image on AliExpress pages and share easy your shopping style."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PinAli - PinIt button for AliExpress images

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

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

                                            

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

ชื่อ PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
คำอธิบาย Add PinIt button for every image on AliExpress pages and share easy your shopping style.
ขนาดไฟล์ 11.37 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-04-07
วันที่เผยแพร่ 2015-04-07
ผู้พัฒนา CodedByHand
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/coded-by-hand-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PinAli - PinIt button for AliExpress images",
    "short_name": "PinAli",
    "version": "1.0.2",
    "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/activities.aliexpress.com\/*",
                "http:\/\/www.aliexpress.com\/*",
                "http:\/\/es.aliexpress.com\/*",
                "http:\/\/pt.aliexpress.com\/*",
                "http:\/\/ru.aliexpress.com\/*"
            ],
            "js": [
                "pinali.js"
            ]
        }
    ]
}