PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
PinCollagesคืออะไร?
PinCollages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PromotePictures และคุณลักษณะหลักของมันคือ "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PinCollages
ดาวน์โหลดไฟล์ส่วนขยาย PinCollages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Best Pinterest app for online sellers. Pin tall vertical picture collages (up to 24 pictures in one pin) to drive repins, likes and traffic to your store, and attract new followers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hchnbmebdciclafhljjmijomagllabka |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka |
คำอธิบาย | Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic! |
ขนาดไฟล์ | 183 KB |
จำนวนการติดตั้ง | 331 |
เวอร์ชันปัจจุบัน | 5.5 |
อัปเดตครั้งล่าสุด | 2016-10-20 |
วันที่เผยแพร่ | 2016-10-20 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | PromotePictures |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PinCollages", "description": "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!", "manifest_version": 2, "minimum_chrome_version": "32", "version": "5.5", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "pp16.png", "128": "pp128.png" }, "permissions": [ "background", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!", "default_icon": "pp128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vars.js", "js\/img_srcs.js", "js\/utils.js" ] }, { "matches": [ "https:\/\/www.PinCollages.com\/*", "https:\/\/www.pincollages.com\/*" ], "js": [ "js\/init.js" ], "run_at": "document_start", "all_frames": true } ] } |