Nation First

Helps you identify manufacturing country of a product on e-commerce websites!

Τι είναι το Nation First;

Το Nation First είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nation First, και η κύρια λειτουργία του είναι "Helps you identify manufacturing country of a product on e-commerce websites!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Nation First Browser extension helps you to identify the manufacturing country information for any product on e-commerce platforms like Flipkart, Amazon, Myntra etc while you are shopping.

Currently we are supporting below websites:
1. Flipkart
2. Amazon - India
3. Myntra
4. Alibaba
5. Ikea - India
6. 2gud
We will be adding more e-commerce websites like Snapdeal, PaytmMall etc. soon.

Nation First designed for shoppers who want to make sure they’re getting the products from their own country.  We show the manufacturing country of a product but not where the brand originated from.

When downloading our extension you join Nation First movement and become part of the growth of your own country. For more information/feedback on our app please reach out to: [email protected] or https://forms.gle/MZLiMebZFNm8MjT17                    

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

Όνομα Nation First Nation First
ID emkjlliaeabddljnjlgkmnpaijikaknm
Επίσημο URL https://chrome.google.com/webstore/detail/nation-first/emkjlliaeabddljnjlgkmnpaijikaknm
Περιγραφή Helps you identify manufacturing country of a product on e-commerce websites!
Μέγεθος Αρχείου 45.45 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2020-08-26
Ημερομηνία Δημοσίευσης 2020-07-28
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Nation First
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nation First",
    "version": "1.3.1",
    "description": "Helps you identify manufacturing country of a product on e-commerce websites!",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*.appspot.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.flipkart.com\/*",
        "*:\/\/www.myntra.com\/*",
        "*:\/\/www.amazon.in\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "topbar.css"
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.flipkart.com\/*\/p\/*",
                "https:\/\/www.myntra.com\/*\/buy*",
                "https:\/\/www.2gud.com\/*\/p\/*",
                "https:\/\/www.ikea.com\/*\/p\/*",
                "https:\/\/www.alibaba.com\/product-detail\/*",
                "https:\/\/www.amazon.in\/*\/dp\/*",
                "https:\/\/www.amazon.in\/dp\/*",
                "https:\/\/www.amazon.in\/gp\/*",
                "https:\/\/www.amazon.in\/*\/gp\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "topbar.css"
            ]
        }
    ]
}