PromotePictures
Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
Was ist PromotePictures?
PromotePictures ist eine Chrome-Erweiterung, die von https://www.promotepictures.com entwickelt wurde, und ihr Hauptmerkmal ist "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales".
Erweiterungsscreenshots
PromotePictures-Erweiterungs-CRX-Datei herunterladen
Laden Sie PromotePictures-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gpbpcknhcdbigcfkaicdhjgmbacfgbce | 
| Offizielle URL | https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce | 
| Beschreibung | Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales | 
| Dateigröße | 81.17 KB | 
| Installationsanzahl | 328 | 
| Aktuelle Version | 25.0 | 
| Letztes Update | 2022-10-02 | 
| Veröffentlichungsdatum | 2019-10-06 | 
| Bewertung | 4.93/5 Insgesamt 14 Bewertungen | 
| Entwickler | https://www.promotepictures.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://www.promotepictures.com/extensions/ | 
| Hilfeseite URL | https://www.promotepictures.com/#FAQs | 
| Unterstützte Sprachen | 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
        }
    ]
}  |  |