PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
Co to jest PinCollages?
PinCollages to rozszerzenie Chrome opracowane przez PromotePictures, a jego główną funkcją jest „Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PinCollages
Pobierz pliki rozszerzeń PinCollages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hchnbmebdciclafhljjmijomagllabka |
Oficjalny URL | https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka |
Opis | Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic! |
Rozmiar pliku | 183 KB |
Liczba instalacji | 331 |
Aktualna Wersja | 5.5 |
Ostatnia Aktualizacja | 2016-10-20 |
Data Publikacji | 2016-10-20 |
Ocena | 2.00/5 Łącznie 4 Oceny |
Deweloper | PromotePictures |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |