DEALS.AMZ.SPACE

Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.

DEALS.AMZ.SPACEคืออะไร?

DEALS.AMZ.SPACE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AMZ.SPACE และคุณลักษณะหลักของมันคือ "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DEALS.AMZ.SPACE

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

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

                        Select a Deal
Shop hundreds of discounted products on Amazon.
Receive incredible discounts and FREE products in exchange for a quality reviews                    

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

ชื่อ DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
คำอธิบาย Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-08-28
วันที่เผยแพร่ 2016-08-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา AMZ.SPACE
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://amz.space/register
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DEALS.AMZ.SPACE",
    "version": "1.0",
    "description": "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "DEALS.AMZ.SPACE",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}