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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TacticalBucket และคุณลักษณะหลักของมันคือ "TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TacticalExpander by TacticalBucket.com

ดาวน์โหลดไฟล์ส่วนขยาย TacticalExpander by TacticalBucket.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}