Exelare Open Sourcing
This is Exelare's Chrome extension for sourcing candidates from Google.
什么是Exelare Open Sourcing?
Exelare Open Sourcing是由Exelare开发的Chrome扩展程序,该扩展的主要功能是“This is Exelare's Chrome extension for sourcing candidates from Google.”。
扩展截图
下载Exelare Open Sourcing扩展crx文件
下载Exelare Open Sourcing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an Exelare extension for importing PDF, DOC and DOCX files found in Google into Exelare database. It displays a custom link under each PDF, DOC or DOCX link and once the user clicks it, it will automatically import this resume into Exelare. User can view the imported resume in Exelare directly from Google's Search page too.
扩展基本信息
名称 | Exelare Open Sourcing |
ID | ikpilljmpfkphnnnmlpjmnebgjagieeg |
官方URL | https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg |
简介 | This is Exelare's Chrome extension for sourcing candidates from Google. |
文件大小 | 37.08 KB |
安装次数 | 101 |
当前版本 | 1.0.0 |
更新时间 | 2021-05-12 |
上架时间 | 2021-05-12 |
开发者 | Exelare |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://exelare.com/company/customer-information-privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exelare Open Sourcing", "version": "1.0.0", "manifest_version": 2, "description": "This is Exelare's Chrome extension for sourcing candidates from Google.", "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/exelare-angular-test.azurewebsites.net\/*", "*:\/\/exelareweb.com\/*" ] } } |