DS Amazon Quick View Extended

Productivity extension for Amazon NOTES: * Purchase a license key here - https://dmitry.artamoshkin.com/ds/buy.html * It's a…

DS Amazon Quick View Extendedคืออะไร?

DS Amazon Quick View Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amidart และคุณลักษณะหลักของมันคือ "Productivity extension for Amazon NOTES: * Purchase a license key here - https://dmitry.artamoshkin.com/ds/buy.html * It's a…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DS Amazon Quick View Extended

ดาวน์โหลดไฟล์ส่วนขยาย DS Amazon Quick View Extended ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Productivity extension for Amazon

NOTES:
* Purchase a license key here - https://dmitry.artamoshkin.com/ds/buy.html
* It's a one-time fee.
* Here is the Firefox version:
https://addons.mozilla.org/en-US/firefox/addon/ds-amazon-quick-view-ext

Differences with free version are:
* supports all amazon.* domains
* has "price history"
* has interactive Keepa graph (if you have Keepa premium account you'll have the BSR data there)
* shows lowest FBA price
* shows when an item has no BuyBox
* filtering/sorting/export - filter and sort by Price, BSR, FBA Sellers, Reviews count, Reviews score, hide Prime and sold by Amazon products; export to CSV
* shows extra details: dimensions, weight; for book - publisher and number of pages
* you can copy title or first 6 words of the title in one click

PRIVACY POLICY:
- DS Amazon Quick View Extended doesn't collect or store any personal information.
- No data are transmitted to anywhere, ever.

*********
IMPORTANT
*********
Webstore doesn't send notifications about new bug reports. If you have any problems, please, contact directly to me by
email: [email protected]

Thank you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DS Amazon Quick View Extended DS Amazon Quick View Extended
ID ilpimgbmpmhfhdaaeepjokoigelkfbee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ds-amazon-quick-view-exte/ilpimgbmpmhfhdaaeepjokoigelkfbee
คำอธิบาย Productivity extension for Amazon NOTES: * Purchase a license key here - https://dmitry.artamoshkin.com/ds/buy.html * It's a…
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 93,194
เวอร์ชันปัจจุบัน 3.3.17
อัปเดตครั้งล่าสุด 2023-10-07
วันที่เผยแพร่ 2020-06-25
คะแนน 3.45/5 รวมทั้งหมด 92 คะแนน
ผู้พัฒนา amidart
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว http://dmitry.artamoshkin.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DS Amazon Quick View Extended",
    "description": "",
    "version": "3.3.17",
    "icons": {
        "19": "img\/on38.png",
        "38": "img\/on38.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/on38.png",
            "24": "img\/on38.png",
            "32": "img\/on38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "sw_background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/content-script-0.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "\/js\/content-script-1.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/html\/filters.html"
            ],
            "matches": [
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.eg\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.amazon.sa\/*",
        "*:\/\/*.amazon.se\/*",
        "*:\/\/*.amazon.sg\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.be\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}