DS Amazon Quick View

Productivity extension for Amazon !!! Works only on amazon.com. For other marketplaces please use the extended version:…

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

DS Amazon Quick View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amidart และคุณลักษณะหลักของมันคือ "Productivity extension for Amazon !!! Works only on amazon.com. For other marketplaces please use the extended version:…"

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

screenshot
screenshot

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

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

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

                        Productivity extension for Amazon

!!! Works only on amazon.com. For other marketplaces please use the extended version:
https://chrome.google.com/webstore/detail/ilpimgbmpmhfhdaaeepjokoigelkfbee

Features:
* add amazon ranking and sellers information to the search results and bestseller pages
* hover over product image to see full product details

**********
IMPORTANT
**********
Webstore doesn't send notifications about new bug reports.
If you have any problems and need tech support there is a paid version of this extension:

https://chrome.google.com/webstore/detail/ilpimgbmpmhfhdaaeepjokoigelkfbee

It has all recent updates and bugfixes and works on all amazon domains.
You can contact directly to me by email: [email protected]

Thank you!

PRIVACY POLICY
- The extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout
- If you customize settings in the extension, and Chrome sync is enabled, Google may sync some of the extension settings between your browser installations using Google systems and servers.
- Other than Google Analytics, we do not set cookies or collect, send or store your data outside of your local extension.                    

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

ชื่อ DS Amazon Quick View DS Amazon Quick View
ID jkompbllimaoekaogchhkmkdogpkhojg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ds-amazon-quick-view/jkompbllimaoekaogchhkmkdogpkhojg
คำอธิบาย Productivity extension for Amazon !!! Works only on amazon.com. For other marketplaces please use the extended version:…
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 607,979
เวอร์ชันปัจจุบัน 3.3.17
อัปเดตครั้งล่าสุด 2023-10-09
วันที่เผยแพร่ 2020-06-24
คะแนน 3.85/5 รวมทั้งหมด 744 คะแนน
ผู้พัฒนา amidart
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://dmitry.artamoshkin.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DS Amazon Quick View",
    "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.com\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/content-script-0.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "\/js\/content-script-1.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ]
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*"
    ]
}