EZLynx Carrier Integration
Easily log in to carrier websites from EZLynx
EZLynx Carrier Integrationとは何ですか?
EZLynx Carrier Integrationはhttps://ezlynx.comによって開発されたChromeの拡張機能で、その主な機能は「Easily log in to carrier websites from EZLynx」です。
拡張機能のスクリーンショット
EZLynx Carrier Integration拡張機能のCRXファイルをダウンロード
EZLynx Carrier Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now you can login to your carrier sites directly from EZLynx while using Chrome! The EZLynx Chrome Extension provides one click, single sign on functionality for your carrier sites directly from EZLynx.
拡張機能の基本情報
名前 | EZLynx Carrier Integration |
ID | ggghibegcmeephcnplmagiceahgfkomk |
公式URL | https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk |
説明 | Easily log in to carrier websites from EZLynx |
ファイルサイズ | 112 KB |
インストール数 | 46,496 |
現在のバージョン | 1.001 |
最終更新日 | 2023-06-09 |
公開日 | 2019-10-01 |
評価 | 4.55/5 合計 11 レビュー |
開発者 | https://ezlynx.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.ezlynx.com |
ヘルプページのURL | http://support.ezlynx.com/ |
プライバシーポリシーページのURL | https://www.ezlynx.com/legal/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZLynx Carrier Integration", "version": "1.001", "manifest_version": 3, "description": "Easily log in to carrier websites from EZLynx", "homepage_url": "http:\/\/www.ezlynx.com\/", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.8.2.min.js", "notifier.js", "contentscript.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "webRequest", "scripting" ], "host_permissions": [ "*:\/\/*\/*", " |