ePlane for Chrome
Search for aircraft parts on ePlane with just one click.
What is ePlane for Chrome?
ePlane for Chrome is a Chrome extension developed by https://eplane.com, and its main feature is "Search for aircraft parts on ePlane with just one click.".
Extension Screenshots
Download ePlane for Chrome Extension CRX File
Download ePlane for Chrome 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
Discover ePlane’s Revolutionary One-Click Search Extension Tool for aircraft sourcing. By using ePlane’s Chrome extension, you get immediate access to inventory and repair capabilities listed on ePlane by vetted sellers directly from your browser. How it works Once you download the extension, you will have the option to search for a single or multiple PNs directly from your browser by clicking on the ePlane logo in the right upper corner of the address bar. Start typing the PN you need and you will be automatically directed to the search results page on ePlane. Yes, it’s that easy!
Extension Basic Information
Name | ePlane for Chrome |
ID | dioadlibodghpjibadbdlgbnhmcolmaj |
Official URL | https://chromewebstore.google.com/detail/eplane-for-chrome/dioadlibodghpjibadbdlgbnhmcolmaj |
Description | Search for aircraft parts on ePlane with just one click. |
File Size | 259 KB |
Installation Count | 106 |
Current Version | 1.92 |
Last Updated | 2021-06-23 |
Publish Date | 2018-06-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://eplane.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.eplane.com |
Help Page URL | https://www.eplane.com/contactus |
Privacy Policy Page URL | https://www.eplane.com/about/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ePlane for Chrome", "description": "Search for aircraft parts on ePlane with just one click.", "author": "ePlane Inc.", "homepage_url": "https:\/\/www.eplane.com\/", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.eplane.com\/*", "*:\/\/eplane.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "version": "1.92", "browser_action": { "default_icon": "images\/icon16x16.png", "default_popup": "popup.html", "default_title": "Click here to search parts." }, "permissions": [ "storage", "cookies", "*:\/\/*.eplane.com\/*", "*:\/\/eplane.com\/*" ] } |