Amazon Launcher
Quick launch Amazon Services. Access Amazon home, cart, video, account, and books with one-click.
What is Amazon Launcher?
Amazon Launcher is a Chrome extension developed by appopticsarena, and its main feature is "Quick launch Amazon Services. Access Amazon home, cart, video, account, and books with one-click.".
Extension Screenshots
Download Amazon Launcher Extension CRX File
Download Amazon Launcher 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
Tired of having to browse through multiple tabs to access your amazon services? Well this app is for you. It allows you to access Amazon Home Page, Your Amazon Shopping Cart, Amazon Video, Your Amazon Account and Amazon Books all with just one-click.
Extension Basic Information
Name | |
ID | ahgpeancfpgpfhmokigibpdmcbienljc |
Official URL | https://chrome.google.com/webstore/detail/amazon-launcher/ahgpeancfpgpfhmokigibpdmcbienljc |
Description | Quick launch Amazon Services. Access Amazon home, cart, video, account, and books with one-click. |
File Size | 30.64 KB |
Installation Count | 73 |
Current Version | 1.1.0 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-17 |
Developer | appopticsarena |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Launcher", "description": "Quick launch Amazon Services. Access Amazon home, cart, video, account, and books with one-click.", "version": "1.1.0", "icons": { "128": "Aicon_128.png" }, "browser_action": { "default_icon": "Aicon2.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |