Red Bubble Product Import

Customized Product Import for RedBubble.com

什麼是Red Bubble Product Import?

Red Bubble Product Import是由r3pulsivenade1開發的Chrome擴展程式,該擴展的主要功能是“Customized Product Import for RedBubble.com”。

擴展截圖

screenshot
screenshot

下載Red Bubble Product Import擴展crx文件

下載Red Bubble Product Import擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Red Bubble Product Import Red Bubble Product Import
ID hihimkdiejoifppkbeflopmfkgnbdiec
官方網址 https://chromewebstore.google.com/detail/red-bubble-product-import/hihimkdiejoifppkbeflopmfkgnbdiec
簡介 Customized Product Import for RedBubble.com
檔案大小 34.65 KB
安裝次數 806
目前版本 2.1
更新時間 2019-03-28
上架時間 2019-03-28
評分 2.20/5 共 5 次評分
開發者 r3pulsivenade1
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.unleashedsocial.com
支援的語言 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"
        }
    ]
}