ePlane for Chrome
Search for aircraft parts on ePlane with just one click.
Qu'est-ce que ePlane for Chrome ?
ePlane for Chrome est une extension Chrome développée par https://eplane.com, et sa fonction principale est "Search for aircraft parts on ePlane with just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ePlane for Chrome
Téléchargez les fichiers d'extension ePlane for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | ePlane for Chrome |
ID | dioadlibodghpjibadbdlgbnhmcolmaj |
URL Officiel | https://chromewebstore.google.com/detail/eplane-for-chrome/dioadlibodghpjibadbdlgbnhmcolmaj |
Description | Search for aircraft parts on ePlane with just one click. |
Taille du Fichier | 259 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.92 |
Dernière Mise à Jour | 2021-06-23 |
Date de Publication | 2018-06-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://eplane.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.eplane.com |
URL de la Page d'Aide | https://www.eplane.com/contactus |
URL de la Page de Politique de Confidentialité | https://www.eplane.com/about/privacy |
Langues Prises en Charge | 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\/*" ] } |