TacticalBucket.com One-Click Installer

This extension simplifies the process to sync your TacticalBucket data into TacticalArbitrage

TacticalBucket.com One-Click Installer क्या है?

TacticalBucket.com One-Click Installer https://tacticalbucket.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension simplifies the process to sync your TacticalBucket data into TacticalArbitrage"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में TacticalBucket.com One-Click Installer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With this extension you will not be required to go back to TacticalBucket website to download data and upload into Tactical Arbitrage, it will sync automatically with a single click.

- Will be able to install and update your XPATHs with one click.
- Sync storewide discounts, cashback and giftcards for supported stores in less than 5 seconds.
- Setup your special settings for Premium and Wholesale XPATHS  (like username and passwords) directly from TA.
- Generate special TB urls to scan urls that might not be included in EasyBulk (custom searches, brands)                    

एक्सटेंशन की मूल जानकारी

नाम TacticalBucket.com One-Click Installer TacticalBucket.com One-Click Installer
ID hpiljnaahbpfebfinmobpchoenlphghg
आधिकारिक URL https://chromewebstore.google.com/detail/tacticalbucketcom-one-cli/hpiljnaahbpfebfinmobpchoenlphghg
विवरण This extension simplifies the process to sync your TacticalBucket data into TacticalArbitrage
फ़ाइल का आकार 172 KB
स्थापना संख्या 3,147
वर्तमान संस्करण 0.55
अंतिम अपडेट 2023-08-28
प्रकाशन तिथि 2019-12-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://tacticalbucket.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.tacticalbucket.com
गोपनीयता नीति पृष्ठ URL https://www.tacticalbucket.com/dashboard/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TacticalBucket.com One-Click Installer",
    "description": "This extension simplifies the process to sync your TacticalBucket data into TacticalArbitrage",
    "version": "0.55",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "TacticalBucket.com One-Click Installer",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tacticalbucket.com\/*",
                "*:\/\/tacticalarbitrage.threecolts.com\/*",
                "*:\/\/www.tacticalarbitrage.threecolts.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.js",
                "js\/jquery-ui.js",
                "js\/bootstrap4-toggle.min.js",
                "js\/select2.min.js",
                "js\/utils.js",
                "js\/inject.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/select2.min.css",
                "css\/custom.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.tacticalbucket.com\/*",
        "*:\/\/tacticalarbitrage.threecolts.com\/*",
        "*:\/\/www.tacticalarbitrage.threecolts.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.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": [
                ""
            ]
        }
    ]
}