SharePicVideo
Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales
Что такое SharePicVideo?
SharePicVideo - это расширение Chrome, разработанное PromotePictures, и его основная функция - "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales".
Снимки экрана расширения
Скачать файл CRX расширения SharePicVideo
Скачайте файлы расширений SharePicVideo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
SharePicVideo - Effective social media promotion solution made simple and easy for online sellers. Post picture videos - Facebook, Twitter, Instagram, Google+, Pinterest, YouTube, LinkedIn and Tumblr to drive much more traffic to your store and make more sales . Promote listing pages, category pages, treasury pages or collection pages on all social media!
Основная информация о расширении
Название | |
ID | eofkkhjpefilfocmkcdjflocdhbphjoc |
Официальный URL | https://chrome.google.com/webstore/detail/sharepicvideo/eofkkhjpefilfocmkcdjflocdhbphjoc |
Описание | Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales |
Размер файла | 203 KB |
Количество установок | 26 |
Текущая Версия | 13.0 |
Последнее Обновление | 2019-10-06 |
Дата публикации | 2019-10-06 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | PromotePictures |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.sharepicvideo.com |
URL страницы помощи | https://www.sharepicvideo.com#FAQs |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0", "update_url": "https:\/\/www.sharepicvideo.com\/extension\/firefox2\/updates.json" } }, "name": "SharePicVideo", "description": "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales", "manifest_version": 2, "minimum_chrome_version": "32", "version": "13.0", "background": { "scripts": [ "background.js" ] }, "icons": { "32": "spv32.png", "128": "spv128.png", "256": "spv256.png", "512": "spv512.png" }, "permissions": [ "background", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "SharePicVideo - Effective social media promotion solution made simple and easy for online sellers. Post picture videos - Facebook, Twitter, Instagram, Google+, Pinterest, YouTube, LinkedIn and Tumblr to drive much more traffic to your store and make more sales", "default_icon": "spv128.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.SharePicVideo.com\/*", "https:\/\/www.sharepicvideo.com\/*" ], "js": [ "js\/init.js" ], "run_at": "document_start", "all_frames": true } ] } |