SharePicVideo
Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales
Cos'è SharePicVideo?
SharePicVideo è un'estensione di Chrome sviluppata da PromotePictures, e la sua funzione principale è "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SharePicVideo
Scarica i file di estensione SharePicVideo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | eofkkhjpefilfocmkcdjflocdhbphjoc |
| URL Ufficiale | https://chrome.google.com/webstore/detail/sharepicvideo/eofkkhjpefilfocmkcdjflocdhbphjoc |
| Descrizione | Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales |
| Dimensione del File | 203 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 13.0 |
| Ultimo Aggiornamento | 2019-10-06 |
| Data di Pubblicazione | 2019-10-06 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | PromotePictures |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.sharepicvideo.com |
| URL della Pagina di Aiuto | https://www.sharepicvideo.com#FAQs |
| Lingue Supportate | 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
}
]
} | |