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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
}
]
} | |