RedBubble Tag Tool

The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data

RedBubble Tag Tool란 무엇입니까?

RedBubble Tag Tool은(는) wirelessjava2002에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data"입니다.

확장 프로그램 스크린샷

screenshot

RedBubble Tag Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The RedBubble Tag Tool finds related Tags based on keywords that real customers are searching for from the RedBubble database.

Add up to 50 keywords with a click of button
Add new additional keywords to existing listings just as easily
Discovers relevant short and long tail keywords
Displays the actual tag count on all listings

Add 50 tags to new listings or retro add up to 50 tags to existing listings, 100% safe, no copyrighted or IP infringing keywords guaranteed, extracted from RedBubble's own database.                    

확장 프로그램 기본 정보

이름 RedBubble Tag Tool RedBubble Tag Tool
ID legpkbkafeknjejdmcdpokbnhalfgfde
공식 URL https://chrome.google.com/webstore/detail/redbubble-tag-tool/legpkbkafeknjejdmcdpokbnhalfgfde
설명 The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data
파일 크기 97.2 KB
설치 횟수 244
현재 버전 1.6
최근 업데이트 2019-10-29
출시 날짜 2019-10-29
평점 1.29/5 총 7 개의 평점
개발자 wirelessjava2002
결제 유형 free
확장 프로그램 웹 사이트 https://tagtool.app/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RedBubble Tag Tool",
    "version": "1.6",
    "description": "The RedBubble Tag tool helps discover related keywords, (Tags) based on Redbubbles client search data",
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/www.redbubble.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.redbubble.com\/*"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Redbubble-icon-16.png",
            "32": "images\/Redbubble-icon-32.png",
            "48": "images\/Redbubble-icon-48.png",
            "128": "images\/Redbubble-icon-128.png"
        }
    },
    "icons": {
        "16": "images\/Redbubble-icon-16.png",
        "32": "images\/Redbubble-icon-32.png",
        "48": "images\/Redbubble-icon-48.png",
        "128": "images\/Redbubble-icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}