TacticalExpander by TacticalBucket.com

TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default

TacticalExpander by TacticalBucket.com란 무엇입니까?

TacticalExpander by TacticalBucket.com은(는) TacticalBucket에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TacticalExpander by TacticalBucket.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        More sites to scan = More leads to buy = More money to make.

The beauty → These sites AREN’T available to regular Tactical Arbitrage users.

With a database of 400+ sites and growing, you can now source products from websites that you could never source from before. 

Things that aren’t in Tactical Arbitrage or that couldn’t be integrated with an X-Path. 

Tactical Expander will be your secret weapon to get even more out of Tactical Arbitrage than ever before.                    

확장 프로그램 기본 정보

이름 TacticalExpander by TacticalBucket.com TacticalExpander by TacticalBucket.com
ID ebgflkobfhjpflbgafeagfghohihmljb
공식 URL https://chromewebstore.google.com/detail/tacticalexpander-by-tacti/ebgflkobfhjpflbgafeagfghohihmljb
설명 TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default
파일 크기 279 KB
설치 횟수 5,630
현재 버전 0.901
최근 업데이트 2024-02-02
출시 날짜 2020-11-16
평점 3.00/5 총 4 개의 평점
개발자 TacticalBucket
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tacticalexpander.com/
도움말 페이지 URL https://www.tacticalexpander.com/support
개인정보 보호 정책 페이지 URL https://www.tacticalbucket.com/dashboard/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TacticalExpander by TacticalBucket.com",
    "description": "TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default",
    "version": "0.901",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "TacticalExpander",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/select2.min.css",
                "css\/content_script.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/boostrap_for_ta.js",
                "js\/bootstrap4-toggle.min.js",
                "js\/select2.min.js",
                "js\/utils.js",
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "144": "images\/icon-144.png",
        "310": "images\/icon-310.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}