Red Bubble Product Import
Customized Product Import for RedBubble.com
Cos'è Red Bubble Product Import?
Red Bubble Product Import è un'estensione di Chrome sviluppata da r3pulsivenade1, e la sua funzione principale è "Customized Product Import for RedBubble.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Red Bubble Product Import
Scarica i file di estensione Red Bubble Product Import 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
This is a custom extension to make uploading and copying product tags as simple as one click. Informazioni di Base sull'Estensione
| Nome | |
| ID | hihimkdiejoifppkbeflopmfkgnbdiec |
| URL Ufficiale | https://chromewebstore.google.com/detail/red-bubble-product-import/hihimkdiejoifppkbeflopmfkgnbdiec |
| Descrizione | Customized Product Import for RedBubble.com |
| Dimensione del File | 34.65 KB |
| Conteggio Installazioni | 806 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2019-03-28 |
| Data di Pubblicazione | 2019-03-28 |
| Valutazione | 2.20/5 Totale 5 Valutazioni |
| Sviluppatore | r3pulsivenade1 |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://www.unleashedsocial.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Customized Product Import for RedBubble.com",
"manifest_version": 2,
"name": "Red Bubble Product Import",
"browser_action": {
"default_title": "Red Bubble"
},
"permissions": [],
"version": "2.1",
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/jquery-2.2.4.min.js",
"js\/script.js"
],
"matches": [
"https:\/\/www.redbubble.com\/*"
],
"run_at": "document_end"
}
]
} | |