PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
Qu'est-ce que PinCollages ?
PinCollages est une extension Chrome développée par PromotePictures, et sa fonction principale est "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PinCollages
Téléchargez les fichiers d'extension PinCollages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hchnbmebdciclafhljjmijomagllabka |
URL Officiel | https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka |
Description | Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic! |
Taille du Fichier | 183 KB |
Nombre d'Installations | 331 |
Version Actuelle | 5.5 |
Dernière Mise à Jour | 2016-10-20 |
Date de Publication | 2016-10-20 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | PromotePictures |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |