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 |
| 电子邮箱 | [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"
]
}
} | |