SharePicVideo
Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales
Qu'est-ce que SharePicVideo ?
SharePicVideo est une extension Chrome développée par PromotePictures, et sa fonction principale est "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SharePicVideo
Téléchargez les fichiers d'extension SharePicVideo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
SharePicVideo - Effective social media promotion solution made simple and easy for online sellers. Post picture videos - Facebook, Twitter, Instagram, Google+, Pinterest, YouTube, LinkedIn and Tumblr to drive much more traffic to your store and make more sales . Promote listing pages, category pages, treasury pages or collection pages on all social media!
Informations de Base sur l'Extension
Nom | |
ID | eofkkhjpefilfocmkcdjflocdhbphjoc |
URL Officiel | https://chrome.google.com/webstore/detail/sharepicvideo/eofkkhjpefilfocmkcdjflocdhbphjoc |
Description | Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales |
Taille du Fichier | 203 KB |
Nombre d'Installations | 26 |
Version Actuelle | 13.0 |
Dernière Mise à Jour | 2019-10-06 |
Date de Publication | 2019-10-06 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | PromotePictures |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.sharepicvideo.com |
URL de la Page d'Aide | https://www.sharepicvideo.com#FAQs |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0", "update_url": "https:\/\/www.sharepicvideo.com\/extension\/firefox2\/updates.json" } }, "name": "SharePicVideo", "description": "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales", "manifest_version": 2, "minimum_chrome_version": "32", "version": "13.0", "background": { "scripts": [ "background.js" ] }, "icons": { "32": "spv32.png", "128": "spv128.png", "256": "spv256.png", "512": "spv512.png" }, "permissions": [ "background", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "SharePicVideo - Effective social media promotion solution made simple and easy for online sellers. Post picture videos - Facebook, Twitter, Instagram, Google+, Pinterest, YouTube, LinkedIn and Tumblr to drive much more traffic to your store and make more sales", "default_icon": "spv128.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.SharePicVideo.com\/*", "https:\/\/www.sharepicvideo.com\/*" ], "js": [ "js\/init.js" ], "run_at": "document_start", "all_frames": true } ] } |