PromotePictures

Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales

What is PromotePictures?

PromotePictures is a Chrome extension developed by https://www.promotepictures.com, and its main feature is "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download PromotePictures Extension CRX File

Download PromotePictures extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive traffic, following and sales from all social media platforms.                    

Extension Basic Information

Name PromotePictures PromotePictures
ID gpbpcknhcdbigcfkaicdhjgmbacfgbce
Official URL https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce
Description Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
File Size 81.17 KB
Installation Count 328
Current Version 25.0
Last Updated 2022-10-02
Publish Date 2019-10-06
Rating 4.93/5 Total 14 Ratings
Developer https://www.promotepictures.com
Email [email protected]
Payment Type free
Extension Website https://www.promotepictures.com/extensions/
Help Page URL https://www.promotepictures.com/#FAQs
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "46.0",
            "update_url": "https:\/\/www.promotepictures.com\/extension\/firefox2\/updates.json"
        }
    },
    "name": "PromotePictures",
    "description": "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "25.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "tp2-16a.png",
        "128": "tp2-128a.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive sales!",
        "default_icon": "tp2-128a.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "js\/style.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/vars.js",
                "js\/img_srcs.js",
                "js\/utils.js",
                "js\/handle_action.js",
                "js\/shortcut_button.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.PromotePictures.com\/*",
                "https:\/\/www.promotepictures.com\/*",
                "https:\/\/www.PromoteByPictures.com\/*",
                "https:\/\/www.promotebypictures.com\/*",
                "https:\/\/www.tweetpictures.com\/*"
            ],
            "js": [
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}