ePlane for Chrome
Search for aircraft parts on ePlane with just one click.
什麼是ePlane for Chrome?
ePlane for Chrome是由https://eplane.com開發的Chrome擴展程式,該擴展的主要功能是“Search for aircraft parts on ePlane with just one click.”。
擴展截圖
下載ePlane for Chrome擴展crx文件
下載ePlane for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | ePlane for Chrome |
ID | dioadlibodghpjibadbdlgbnhmcolmaj |
官方網址 | https://chromewebstore.google.com/detail/eplane-for-chrome/dioadlibodghpjibadbdlgbnhmcolmaj |
簡介 | Search for aircraft parts on ePlane with just one click. |
檔案大小 | 259 KB |
安裝次數 | 106 |
目前版本 | 1.92 |
更新時間 | 2021-06-23 |
上架時間 | 2018-06-19 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://eplane.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.eplane.com |
說明頁面URL | https://www.eplane.com/contactus |
隱私政策頁面URL | https://www.eplane.com/about/privacy |
支援的語言 | 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\/*" ] } |