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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TacticalExpander by TacticalBucket.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}