Spottabl
Spottabl extension for candidate sourcing.
Spottablとは何ですか?
Spottablはspottabl_chrome_extensionによって開発されたChromeの拡張機能で、その主な機能は「Spottabl extension for candidate sourcing.」です。
拡張機能のスクリーンショット
Spottabl拡張機能のCRXファイルをダウンロード
Spottabl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save candidates from Linkedin, Naukri directly into your Spottabl talent network or source them directly to active jobs. Just visit a profile on either of the platforms and you will be able to start sourcing, edit candidate details and view their status against active roles.
拡張機能の基本情報
名前 | Spottabl |
ID | cffcnpeplbmoccfgbghhpkfemokoglnk |
公式URL | https://chromewebstore.google.com/detail/spottabl/cffcnpeplbmoccfgbghhpkfemokoglnk |
説明 | Spottabl extension for candidate sourcing. |
ファイルサイズ | 1.43 MB |
インストール数 | 65 |
現在のバージョン | 1.2 |
最終更新日 | 2023-01-24 |
公開日 | 2023-01-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | spottabl_chrome_extension |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.spottabl.com |
ヘルプページのURL | https://www.spottabl.com/contact-us |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spottabl", "description": "Spottabl extension for candidate sourcing.", "version": "1.2", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "options_ui": { "page": "options.html" }, "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.naukri.com\/*" ], "run_at": "document_idle", "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src https:\/\/dev.spottabl.com\/ https:\/\/www.spottabl.com\/; img-src data:" }, "background": { "service_worker": "js\/service_worker.js" }, "permissions": [ "storage", "cookies", "tabs" ], "host_permissions": [ " |