How Many?

The free version of this extension only works on amazon pages with the offer-listings in the url. You must be on that type of page…

Co je How Many??

How Many? je rozšíření Chrome vyvinuté https://howmanyextension.com, a jeho hlavní funkcí je „The free version of this extension only works on amazon pages with the offer-listings in the url. You must be on that type of page…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření How Many?

Stáhněte si soubory rozšíření How Many? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The free version of this extension only works on amazon pages with the offer-listings in the url. 
You must be on that type of page and then CLICK the icon and it will start to work.
You do not need a license key to use the free version. it just works for 5 uses each day.

Easily check how much your competition has available to purchase on amazon.
Returns available amounts to purchase if under 1,000 directly on the page.
Very fast and easy to use. Just get to the page and click the button.
No more adding the item to cart and using the 999 trick manually.
This extension does all that for you in the background.

How Many Premium Edition includes the following
1. Gets the buy box quantity (when available)
2. Gets the merchants listed on the main product detail page's available stock
3. Estimates sales volumes or if you have Jungle Scout installed it will use those sales estimations (Check the options page)
4. Sub-totals the FBA and MCF available quantity
5. Gives estimated 30 day sell through price. Make more profit!!
6. Gets next lowest offer (not including shipping) and the available quantity on all offers pages
7. All new variation viewer (includes out of stock variations!!)
8. iOS and Android Companion App
9. Right-Click context menu
10. Get available quantity on storefronts
11. Reveal when a merchant is limiting their stock quantities
12. Reveal the true inventory number if merchant is hiding their stock amount up to 999

All this for a small monthly fee

limitations:

Current version does not work on some amazon Europe countries
If merchant fullfilled offer is limiting quantity we only get the available quantity to purchase at any given time. 

If you need help please contact us at [email protected]                    

Základní Informace o Rozšíření

Název How Many? How Many?
ID fifaampimdjablpkjapdjehjcfloecjp
Oficiální URL https://chromewebstore.google.com/detail/how-many/fifaampimdjablpkjapdjehjcfloecjp
Popis The free version of this extension only works on amazon pages with the offer-listings in the url. You must be on that type of page…
Velikost souboru 1.44 MB
Počet instalací 20,000
Aktuální Verze 5.0.28
Poslední Aktualizace 2024-03-06
Datum Vydání 2019-11-15
Hodnocení 3.31/5 Celkem 59 Hodnocení
Vývojář https://howmanyextension.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://app.howmanyextension.com/
URL Stránky Nápovědy https://adelogroup.freshdesk.com/support/home
URL Stránky Zásad Ochrany Soukromí https://app.howmanyextension.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/app.howmanyextension.com\/",
    "name": "How Many?",
    "short_name": "How Many?",
    "version": "5.0.28",
    "icons": {
        "16": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "pages\/browser_action.html",
        "default_title": "How Many?",
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background_scripts\/background_scripts.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.howmanyextension.com\/*"
            ],
            "js": [
                "content_scripts\/auth.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "exclude_matches": [
                "https:\/\/sellercentral.amazon.com\/*"
            ],
            "js": [
                "libs\/jquery-2.1.3.min.js",
                "libs\/jquery-ui-1.12.1-draggable.min.js",
                "libs\/bootbox.min.js",
                "libs\/bootstrap-3.3.6-dist\/js\/bootstrap.js",
                "libs\/amazon\/amazon.js",
                "libs\/amazon\/sha2.js",
                "libs\/datadog-logs-v4.js",
                "content_scripts\/content_scripts.js"
            ],
            "css": [
                "libs\/bootstrap-3.3.6-dist\/css\/bootstrap.css",
                "pages\/onpage.css"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/app.howmanyextension.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.cn\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.com.au\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "pages\/howmany.css",
                "pages\/onpage.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}