Red Bubble Product Import

Customized Product Import for RedBubble.com

Apa itu Red Bubble Product Import?

Red Bubble Product Import adalah ekstensi Chrome yang dikembangkan oleh r3pulsivenade1, dan fitur utamanya adalah "Customized Product Import for RedBubble.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Red Bubble Product Import

Unduh file ekstensi Red Bubble Product Import dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This is a custom extension to make uploading and copying product tags as simple as one click.                    

Informasi Dasar Ekstensi

Nama Red Bubble Product Import Red Bubble Product Import
ID hihimkdiejoifppkbeflopmfkgnbdiec
URL Resmi https://chromewebstore.google.com/detail/red-bubble-product-import/hihimkdiejoifppkbeflopmfkgnbdiec
Deskripsi Customized Product Import for RedBubble.com
Ukuran File 34.65 KB
Jumlah Instalasi 806
Versi Saat Ini 2.1
Terakhir Diperbarui 2019-03-28
Tanggal Publikasi 2019-03-28
Penilaian 2.20/5 Total 5 Penilaian
Pengembang r3pulsivenade1
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.unleashedsocial.com
Bahasa yang Didukung 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"
        }
    ]
}