PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
什麼是PinCollages?
PinCollages是由PromotePictures開發的Chrome擴展程式,該擴展的主要功能是“Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!”。
擴展截圖
下載PinCollages擴展crx文件
下載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 |
官方網址 | 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 } ] } |