PinCollages
Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
PinCollages क्या है?
PinCollages PromotePictures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PinCollages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } ] } |