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.”。
擴展截圖
下載American Eagle Online擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | jeiendcgeohbpbinlolljiblhppmedfd |
官方網址 | 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" ] } |