Find Product Country

Where's It From? The world's first Product Country finder.

Τι είναι το Find Product Country;

Το Find Product Country είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ajinkya Kathe, και η κύρια λειτουργία του είναι "Where's It From? The world's first Product Country finder.".

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

screenshot
screenshot
screenshot

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

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

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

                        Where's It From is the world's first chrome extension that will identify what country your product is from. All too often, we're shopping on sites like Amazon, Flipkart, ebay, and other well known retailers. But sometimes, it can be really important to understand where the company of the product belongs to.It can help us to know to which country our revenue is going, It can also help you country, you can give preference to your country brands which will ultimately lead to your benefit  It can help with avoiding the hazards of shopping online. 
 
Where's it From does just that. With smart technology, running behind-the-scenes, our Chrome extension will find out where your product is being sold from and display it in a really simple and convenient place, inside the app.

Following are the key features it support

★  Immediately identify the company that is selling your Amazon product
★  Find out what country your product is being sold                    

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

Όνομα Find Product Country Find Product Country
ID efpmkgeajjknjemhnkcldiadnmdllkmh
Επίσημο URL https://chrome.google.com/webstore/detail/find-product-country/efpmkgeajjknjemhnkcldiadnmdllkmh
Περιγραφή Where's It From? The world's first Product Country finder.
Μέγεθος Αρχείου 1.04 MB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2020-08-16
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Ajinkya Kathe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/img\/16.png",
        "128": "assets\/img\/128.png"
    },
    "name": "Find Product Country",
    "short_name": "Finder",
    "description": "Where's It From? The world's first Product Country finder.",
    "version": "0.0.3",
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/16.png",
            "24": "assets\/img\/24.png",
            "32": "assets\/img\/32.png"
        },
        "default_title": "Find Product Country"
    },
    "background": {
        "scripts": [
            ".\/jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.au\/*",
                "https:\/\/www.amazon.br\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.jp\/*",
                "https:\/\/www.amazon.mx\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.uk\/*",
                "https:\/\/www.amazon.tr\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/content.js",
                ".\/jquery.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.flipkart.in\/*",
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/www.flipkart.au\/*",
                "https:\/\/www.flipkart.br\/*",
                "https:\/\/www.flipkart.ca\/*",
                "https:\/\/www.flipkart.es\/*",
                "https:\/\/www.flipkart.sg\/*",
                "https:\/\/www.flipkart.fr\/*",
                "https:\/\/www.flipkart.nl\/*",
                "https:\/\/www.flipkart.it\/*",
                "https:\/\/www.flipkart.jp\/*",
                "https:\/\/www.flipkart.mx\/*",
                "https:\/\/www.flipkart.ae\/*",
                "https:\/\/www.flipkart.uk\/*",
                "https:\/\/www.flipkart.tr\/*"
            ],
            "all_frames": true,
            "js": [
                "contentFlipkart.js",
                ".\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.google.com\/"
    ],
    "content_security_policy": "script-src 'self' 'sha256-qrMwdMrVg4u3M1AlESeOyHoh1QFVhUNodk4S5B1ylIc='; object-src 'self';img-src 'self';style-src 'self' 'sha256-qrMwdMrVg4u3M1AlESeOyHoh1QFVhUNodk4S5B1ylIc='",
    "web_accessible_resources": [
        "index.html",
        "\/static\/*",
        "\/assets\/*"
    ]
}