Amazon Global Shipping Filter

Filter Amazon search (if item can be shipped to your location)

Τι είναι το Amazon Global Shipping Filter;

Το Amazon Global Shipping Filter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EMurph, και η κύρια λειτουργία του είναι "Filter Amazon search (if item can be shipped to your location)".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Global Shipping Filter

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

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

                        Need to check if amazon can ship to your location?   
  
You will need to be logged in with your default address set to your current location for this to work correctly. When enabled this extension will mark results in Amazon where the item cannot be shipped to your country when you are logged in. It is set to work on all of the main Amazon sites.       
   
Useful if shopping from Ireland, Lithuania, New Zealand, Canada, Austria, Portugal, Netherlands, Denmark, Norway, Poland etc
  
Works on amazon smiles sites also . 
  
Works on all main Amazon sites (UK, US, DE etc)                    

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

Όνομα Amazon Global Shipping Filter Amazon Global Shipping Filter
ID alfkindkahgpcihepceidgnbpolhhmmk
Επίσημο URL https://chromewebstore.google.com/detail/amazon-global-shipping-fi/alfkindkahgpcihepceidgnbpolhhmmk
Περιγραφή Filter Amazon search (if item can be shipped to your location)
Μέγεθος Αρχείου 62.74 KB
Αριθμός Εγκαταστάσεων 5,503
Τρέχουσα Έκδοση 270.2
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2020-04-23
Αξιολόγηση 3.98/5 Συνολικά 132 Αξιολογήσεις
Προγραμματιστής EMurph
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/detail/amazon-shipping-filter/alfkindkahgpcihepceidgnbpolhhmmk
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Toggle filter on\/off"
    },
    "content_scripts": [
        {
            "css": [
                "mystyle.css"
            ],
            "js": [
                "jq.js",
                "attrchange.js",
                "myscript.js"
            ],
            "matches": [
                "http:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "http:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.in\/*",
                "http:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.it\/*",
                "http:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.es\/*",
                "http:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.de\/*",
                "http:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "http:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.fr\/*",
                "http:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.cn\/*",
                "http:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.nl\/*",
                "http:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.au\/*",
                "http:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "http:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "http:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.br\/*",
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "description": "Filter Amazon search (if item can be shipped to your location)",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAifPUeeageqcVNBGkbI3RdYISwRrSJcw\/\/SmjcEr64PsVgqON7ncJkUMpM0e9h\/nDdPuzucIPLn2RP0ypSGKUDwQ4ZdFk1xFiuZ0vlGohQKGJepl3onkEehgu5TSV\/SXL61kcK8ogloMO7lte3mG9oI8pHpsnG7455HYBUJAQklXkDtQdoIESNAMrdmrk8A74hNWC9J8N8LOOOGA8RIVWz4wIk+LiMuGPy3vmsgXH+bz9AiyiV1w3CAVCPnqLpY5AiZVr9WJC1p1Sm5jF4rg9FZRab\/mHkAcgNDVimfFrlkfVZv3YdfFfY\/0jJOUHXKNlazQW9Qvbhz61AWpcuiKNKwIDAQAB",
    "manifest_version": 3,
    "name": "Amazon Global Shipping Filter",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "270.2"
}