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 |
公式URL | 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 |
Eメール | [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\/*" ] } |