American Eagle Online

Shop American Eagle Outfitters for jeans, shirts, shoes and more.

American Eagle Onlineคืออะไร?

American Eagle Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Startup และคุณลักษณะหลักของมันคือ "Shop American Eagle Outfitters for jeans, shirts, shoes and more."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย American Eagle Online

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

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

                        Shop American Eagle Outfitters for men's and women's jeans, T's, shoes and more. All styles are available in additional sizes only at ae.com.

Women
Jeans - Tops - New Arrivals - Bottoms - Sweaters - Dresses

Clearance
Bottoms - Tops - Underwear - Original Boot Jean

Men
Shirts - Jeans - Pants - Tops - New Arrivals - Accessories - Hoodies                    

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

ชื่อ American Eagle Online American Eagle Online
ID jeiendcgeohbpbinlolljiblhppmedfd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/american-eagle-online/jeiendcgeohbpbinlolljiblhppmedfd
คำอธิบาย Shop American Eagle Outfitters for jeans, shirts, shoes and more.
ขนาดไฟล์ 46.07 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2014-02-18
วันที่เผยแพร่ 2014-02-18
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Startup
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ae.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "in.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "American Eagle Online"
    },
    "description": "Shop American Eagle Outfitters for jeans, shirts, shoes and more.",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "American Eagle Online",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.0",
    "web_accessible_resources": [
        "in.js",
        "jquery-1.9.1.min.js"
    ]
}