PromotePictures
Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
PromotePictures là gì?
PromotePictures là một tiện ích mở rộng Chrome được phát triển bởi https://www.promotepictures.com, và tính năng chính của nó là "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PromotePictures
Tải xuống các tệp mở rộng PromotePictures dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PromotePictures |
ID | gpbpcknhcdbigcfkaicdhjgmbacfgbce |
URL Chính Thức | https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce |
Mô tả | Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales |
Kích Thước Tệp | 81.17 KB |
Số Lần Cài Đặt | 328 |
Phiên Bản Hiện Tại | 25.0 |
Cập Nhật Lần Cuối | 2022-10-02 |
Ngày Phát Hành | 2019-10-06 |
Đánh Giá | 4.93/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://www.promotepictures.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.promotepictures.com/extensions/ |
URL Trang Trợ Giúp | https://www.promotepictures.com/#FAQs |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |