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
}
]
} | |