Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Linkedin Recruiter Office Extension là gì?
Linkedin Recruiter Office Extension là một tiện ích mở rộng Chrome được phát triển bởi ddeveloper.dotnet, và tính năng chính của nó là "This extenstion adds button to linkedin profile page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Linkedin Recruiter Office Extension
Tải xuống các tệp mở rộng Linkedin Recruiter Office Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Recruiter Office help extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
Mô tả | This extenstion adds button to linkedin profile page. |
Kích Thước Tệp | 28.99 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 0.0.11 |
Cập Nhật Lần Cuối | 2022-06-12 |
Ngày Phát Hành | 2019-12-02 |
Nhà Phát Triển | ddeveloper.dotnet |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Recruiter Office Extension", "version": "0.0.11", "manifest_version": 2, "description": "This extenstion adds button to linkedin profile page.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/localhost:44366\/", "https:\/\/recruiter-office.by\/", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |