American Eagle Online
Shop American Eagle Outfitters for jeans, shirts, shoes and more.
What is American Eagle Online?
American Eagle Online is a Chrome extension developed by Startup, and its main feature is "Shop American Eagle Outfitters for jeans, shirts, shoes and more.".
Extension Screenshots
Download American Eagle Online Extension CRX File
Download American Eagle Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jeiendcgeohbpbinlolljiblhppmedfd |
Official URL | https://chrome.google.com/webstore/detail/american-eagle-online/jeiendcgeohbpbinlolljiblhppmedfd |
Description | Shop American Eagle Outfitters for jeans, shirts, shoes and more. |
File Size | 46.07 KB |
Installation Count | 116 |
Current Version | 2.0 |
Last Updated | 2014-02-18 |
Publish Date | 2014-02-18 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Startup |
Payment Type | free |
Extension Website | http://www.ae.com |
Supported Languages | 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" ] } |