Find on XING
Find contacts fast and comfortably on XING.
Find on XINGとは何ですか?
Find on XINGはSANID GmbHによって開発されたChromeの拡張機能で、その主な機能は「Find contacts fast and comfortably on XING.」です。
拡張機能のスクリーンショット
Find on XING拡張機能のCRXファイルをダウンロード
Find on XING拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right click and find selected people or companies of the current page on XING.
0.0.0.5 - fixed new URL 拡張機能の基本情報
| 名前 | |
| ID | hllhbmpggmclmlefofdfoadpaeldnkfl |
| 公式URL | https://chromewebstore.google.com/detail/find-on-xing/hllhbmpggmclmlefofdfoadpaeldnkfl |
| 説明 | Find contacts fast and comfortably on XING. |
| ファイルサイズ | 12.45 KB |
| インストール数 | 750 |
| 現在のバージョン | 0.0.0.5 |
| 最終更新日 | 2022-01-27 |
| 公開日 | 2017-02-08 |
| 評価 | 4.00/5 合計 5 レビュー |
| 開発者 | SANID GmbH |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.sanid.com |
| プライバシーポリシーページのURL | https://www.sanid.com/datenschutz |
| 対応言語 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "__MSG_shortName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "0.0.0.5",
"manifest_version": 2,
"permissions": [
"contextMenus"
],
"icons": {
"16": "find_on_xing_16x16.png",
"48": "find_on_xing_48x48.png",
"96": "find_on_xing_96x96.png",
"128": "find_on_xing_128x128.png"
},
"background": {
"scripts": [
"main.js"
]
}
} | |