PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
Apa itu PinCollages?
PinCollages adalah ekstensi Chrome yang dikembangkan oleh PromotePictures, dan fitur utamanya adalah "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PinCollages
Unduh file ekstensi PinCollages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hchnbmebdciclafhljjmijomagllabka |
URL Resmi | https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka |
Deskripsi | Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic! |
Ukuran File | 183 KB |
Jumlah Instalasi | 331 |
Versi Saat Ini | 5.5 |
Terakhir Diperbarui | 2016-10-20 |
Tanggal Publikasi | 2016-10-20 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | PromotePictures |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |