PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
Wat is PinCollages?
PinCollages is een Chrome-extensie ontwikkeld door PromotePictures, en de belangrijkste functie is "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!".
Extensie Screenshots
Download het CRX-bestand van de extensie PinCollages
Download PinCollages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hchnbmebdciclafhljjmijomagllabka |
Officiële URL | https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka |
Beschrijving | Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic! |
Bestandsgrootte | 183 KB |
Aantal Installaties | 331 |
Huidige Versie | 5.5 |
Laatst Bijgewerkt | 2016-10-20 |
Publicatiedatum | 2016-10-20 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | PromotePictures |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |