Amazon Seller and Dispatch Information

Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.

ما هو Amazon Seller and Dispatch Information؟

Amazon Seller and Dispatch Information هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Amazon Seller and Dispatch Information

قم بتنزيل ملفات الامتداد Amazon Seller and Dispatch Information بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Are you tired of having to click each item in the Amazon search result just to find out that its either not sold by Amazon, dispatched from somewhere other than Amazon (long delivery) or not even delivered to your country?

This extension shows all of this information directly in the Amazon search results. No more clicking!

After the Amazon.com or Amazon.de search result page appears, this extension springs into action. After about 1-2 seconds the following information is fetched and displayed inline with the search results:

* Who the seller is.
* If the item is dispatched from Amazon.
* If the item cannot be dispatched to your address.
* If the item is out of stock.

If you have any problems, contact [email protected]                    

معلومات أساسية عن التمديد

الاسم Amazon Seller and Dispatch Information Amazon Seller and Dispatch Information
ID pfcamicmmpaihhjmapbmkdhfnophopoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-seller-and-dispatc/pfcamicmmpaihhjmapbmkdhfnophopoe
الوصف Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.
حجم الملف 36.78 KB
عدد التثبيتات 24
النسخة الحالية 1.0.1
آخر تحديث 2018-04-03
تاريخ النشر 2018-04-03
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "delivered-box-verification-symbol.png"
    },
    "name": "Amazon Seller and Dispatch Information",
    "description": "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ]
}