AsinMice

AsinMice

Τι είναι το AsinMice;

Το AsinMice είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://asinmice.com, και η κύρια λειτουργία του είναι "AsinMice".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AsinMice

Λήψη αρχείων επέκτασης AsinMice σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Meet AsinMice your Amazon secret weapon to speed up your product results by over 7000%. 

Dive deep into marketplace analysis to assess competition, demand, risk & more without all the extension complications or need for multiple Chrome softwares. 

Meet the All-in-one solution for Amazon sellers that dropship, wholesale and do online arbitrage. 

Research and validate key product metrics with our cutting edge Tunnel Vision interface:

Bulk Calculator
Perfect for searching a title, brand, product name or category as whole.
This feature allows you to understand vital niche sales information that can help you easily identify winning products that you can sell (specific to your Amazon account) with our proprietary algorithm. 
 
Product Sensei
The most intuitive product analysis tool up to date. Verify historic events, trends and fluctuation of prices, BSR and sellers with Keepa like charts. Plus easily get warned of red flags like Infringement (IP) violations, Hazmat products and brands that you can sell. AsinMice also provides a world class calculator to easily help you visualize product earnings.

Are you ready for simple? All-in-one solution to run your business?

Access our 14 day free trial by visiting our website:
https://www.asinmice.com/

____________________________________________________________________________

Massive perks are waiting for you:

 -24/7 customer support
 -Free training 
 -Access to proprietary blueprints
- Find products faster
- Bulk analyze products directly on Amazon.com
- Identify product trends
- Minimize loses with Keepa enhanced charts
- Easily calculate earnings
- Get clarity on the Buy Box competition 
- Download your searches via CSV files
- Save your favorite products to the AsinMice dashboard

more features developing every month...

-----------------------------------------------------------------------------------------------------------------------------------
*ONLY WORKS WITH THE USA MARKETPLACE*
**Access to asinmice.com: needed for communication with our servers to provide the extension with data. 
**Amazon Seller Central account needed for live API data showcased via the Tunnel Vision feature.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AsinMice AsinMice
ID phldefmoamhohonfhnjkkldkaapogabd
Επίσημο URL https://chromewebstore.google.com/detail/asinmice/phldefmoamhohonfhnjkkldkaapogabd
Περιγραφή AsinMice
Μέγεθος Αρχείου 1.23 MB
Αριθμός Εγκαταστάσεων 103
Τρέχουσα Έκδοση 1.0.77
Τελευταία Ενημέρωση 2024-01-24
Ημερομηνία Δημοσίευσης 2022-02-25
Αξιολόγηση 4.79/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής https://asinmice.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.asinmice.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.asinmice.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/file/d/1RoSgxG1BUy9kDYywRgUohD5R_CqJmaxI/edit?filetype=msword&pli=1
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AsinMice",
    "description": "AsinMice",
    "homepage_url": "https:\/\/github.com\/llagerlof\/fresh-chrome-extension",
    "version": "1.0.77",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/src\/assets\/icons\/*",
                "src\/api\/common.js",
                "src\/api\/sellerCentralApi.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/sellercentral.amazon.com\/*",
                "https:\/\/www.sellercentral.amazon.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16black.png",
        "48": "icons\/icon48black.png",
        "128": "icons\/icon128black.png"
    },
    "action": {
        "default_title": "",
        "default_icon": "icons\/icon48black.png",
        "default_popup": "src\/browserPopup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "src\/libs\/jquery.min.js",
                "src\/libs\/tailwindcss.min.js",
                "src\/before.js"
            ],
            "css": [
                "src\/inject\/css\/styles.css",
                "src\/inject\/css\/generics.css",
                "src\/inject\/css\/cards.css",
                "src\/inject\/css\/tunnelVision.css",
                "src\/inject\/css\/calculator.css",
                "src\/inject\/css\/charts.css",
                "src\/inject\/css\/settings.css",
                "src\/inject\/css\/filterModal.css",
                "src\/inject\/css\/sellerCentral.css"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/sellercentral.amazon.com\/*",
                "https:\/\/www.sellercentral.amazon.com\/*"
            ]
        },
        {
            "run_at": "document_idle",
            "js": [
                "src\/after.js",
                "src\/tunnelVision.js",
                "src\/calculator.js",
                "src\/charts2.js",
                "src\/settings.js",
                "src\/sellerCentral.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/sellercentral.amazon.com\/*",
                "https:\/\/www.sellercentral.amazon.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/sellercentral.amazon.com\/*",
        "https:\/\/www.sellercentral.amazon.com\/*"
    ]
}