PromotePictures

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

Что такое PromotePictures?

PromotePictures - это расширение Chrome, разработанное https://www.promotepictures.com, и его основная функция - "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PromotePictures

Скачайте файлы расширений PromotePictures в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PromotePictures PromotePictures
ID gpbpcknhcdbigcfkaicdhjgmbacfgbce
Официальный URL https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce
Описание Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
Размер файла 81.17 KB
Количество установок 328
Текущая Версия 25.0
Последнее Обновление 2022-10-02
Дата публикации 2019-10-06
Рейтинг 4.93/5 Всего 14 оценок
Разработчик https://www.promotepictures.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.promotepictures.com/extensions/
URL страницы помощи https://www.promotepictures.com/#FAQs
Поддерживаемые языки 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
        }
    ]
}