PromotePictures
Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
什么是PromotePictures?
PromotePictures是由https://www.promotepictures.com开发的Chrome扩展程序,该扩展的主要功能是“Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales”。
扩展截图
下载PromotePictures扩展crx文件
下载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 |
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 } ] } |