American Eagle Online

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

American Eagle Online란 무엇입니까?

American Eagle Online은(는) Startup에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop American Eagle Outfitters for jeans, shirts, shoes and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

American Eagle Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}