Bid-Ninja: Software for Quibids & Dealdash

Start to win on Quibids & DealDash! Bid-Ninja is a browser plugin allowing its users to slice through their auction competition!

Bid-Ninja: Software for Quibids & Dealdash क्या है?

Bid-Ninja: Software for Quibids & Dealdash https://www.bid-ninja.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start to win on Quibids & DealDash! Bid-Ninja is a browser plugin allowing its users to slice through their auction competition!"।

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

screenshot

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

crx प्रारूप में Bid-Ninja: Software for Quibids & Dealdash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The Bid-Ninja Chrome Extension provides vital user and product stats and analytics for all Dealdash & Quibids penny auctions. It does so by automatically inserting itself in real time on each auction page - right at your fingertips!

Simply install the Bid-Ninja extension into your Chrome browser. After installed, go to any live auction on dealdash.com or quibids.com and the Bid-Ninja Analytics pop-up box will automatically appear right on your computer screen. Instead of spending hours and hours researching products and competition, we'll deliver this information in a convenient, easy-to-use interface right smack in front of you. How cool is that?

Whether you're a beginner, intermediate, or power bidder, Bid-Ninja can help you win more!  Whether you've been playing on penny auction for just a week or several years, Bid-Ninja can definitely "up your game!"

There are three core components to the Bid-Ninja software
1 - Bid-Ninja Analytics: provides comprehensive everything about your competitors and the auctions you’re trying to win, as mentioned above.

2 - Bid-Ninja BidBuddy®: an auto-bidder that uses your strategies to places bids for you, automatically. This isn't a simple auto-bidder the sites provide, this is a very powerful bidding machine that helps you bid smarter and saves you money. You can also win auctions even while away from the computer! Just like Analytics, the BidBuddy® pop-up box automatically appears on your screen when entering a live auction

3 - Auction Tracker: a simple click of the Bid-Ninja Mask icon to the right of the Chrome address bar, gives you instant access to two complete lists of every auction on Quibids and Dealdash. A convenient way to see which auctions are upcoming and when; whether your on the auction sites or not. 

The Bid-Ninja Chrome extension, will help you WIN MORE penny auctions while SPENDING LESS money for bids on Deal dash and Qbids. 

Let Bid-Ninja help you BID SMARTER, BID FASTER, and WIN MORE.

PLEASE NOTE: Bid-Ninja currently works on two penny auction sites: dealdash.com and quibids.com. We no no longer supports beezid.com or madbid.com penny auction sites.


© BID NINJA, LLC 2022 - All Rights Reserved 
BidBuddy® is a Registered Trademark of Bid Ninja, LLC.                    

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

नाम Bid-Ninja: Software for Quibids & Dealdash Bid-Ninja: Software for Quibids & Dealdash
ID demoijnnlbapddkiigikfpimhboanpnd
आधिकारिक URL https://chromewebstore.google.com/detail/bid-ninja-software-for-qu/demoijnnlbapddkiigikfpimhboanpnd
विवरण Start to win on Quibids & DealDash! Bid-Ninja is a browser plugin allowing its users to slice through their auction competition!
फ़ाइल का आकार 460 KB
स्थापना संख्या 709
वर्तमान संस्करण 5.0.3
अंतिम अपडेट 2022-03-10
प्रकाशन तिथि 2020-01-13
रेटिंग 4.40/5 कुल 55 रेटिंग्स
डेवलपर https://www.bid-ninja.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.bid-ninja.com/help
गोपनीयता नीति पृष्ठ URL http://www.bid-ninja.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "Bid-Ninja: Software for Quibids & Dealdash",
    "description": "Start to win on Quibids & DealDash! Bid-Ninja is a browser plugin allowing its users to slice through their auction competition!",
    "version": "5.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/styles.css",
                "css\/style2.css",
                "css\/featherlight.css"
            ],
            "js": [
                "jquery\/jquery-3.4.1.min.js",
                "jquery\/jquery-ui.min.js",
                "jquery\/jquery.jstepper.min.js",
                "jquery\/jquery.mousewheel.js",
                "jquery\/jquery.blockUI.js",
                "jquery\/jquery.cookie.js",
                "jquery\/prettyCheckable.js",
                "js\/featherlight.js"
            ],
            "matches": [
                "http:\/\/*.quibids.com\/*",
                "https:\/\/*.quibids.com\/*",
                "http:\/\/*.dealdash.com\/*",
                "https:\/\/*.dealdash.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.quibids.com\/*",
                "https:\/\/*.quibids.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "js\/autobidder_ui.js",
                "js\/dd\/dealdash_autobidder.js",
                "js\/autobidder.js",
                "js\/dd\/dealdash_stats.js"
            ],
            "matches": [
                "http:\/\/*.dealdash.com\/*",
                "https:\/\/*.dealdash.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.bid-ninja.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "html\/*",
                "images\/*",
                "jquery\/*",
                "css\/*",
                "content.html"
            ],
            "matches": [
                "http:\/\/*.quibids.com\/*",
                "https:\/\/*.quibids.com\/*",
                "http:\/\/*.dealdash.com\/*",
                "https:\/\/*.dealdash.com\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}