Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Importable क्या है?

Importable Importable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop Amazon.com with Bahamas customs automatically calculated."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Importable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon.                    

एक्सटेंशन की मूल जानकारी

नाम Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
आधिकारिक URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
विवरण Shop Amazon.com with Bahamas customs automatically calculated.
फ़ाइल का आकार 227 KB
स्थापना संख्या 56
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2022-03-11
प्रकाशन तिथि 2022-03-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Importable
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://importable.app/
गोपनीयता नीति पृष्ठ URL https://importable.app/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Importable",
    "description": "Shop Amazon.com with Bahamas customs automatically calculated.",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/amazon.js"
            ],
            "css": [
                "css\/amazon.css"
            ]
        }
    ]
}