Hirefox - Send faster LinkedIn messages
Stop copy-pasting messages from profile to profile and let Hirefox do the work for you.
什麼是Hirefox - Send faster LinkedIn messages?
Hirefox - Send faster LinkedIn messages是由https://hirefox.io開發的Chrome擴展程式,該擴展的主要功能是“Stop copy-pasting messages from profile to profile and let Hirefox do the work for you.”。
擴展截圖
下載Hirefox - Send faster LinkedIn messages擴展crx文件
下載Hirefox - Send faster LinkedIn messages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hirefox enables users to send custom messages in LinkedIn with just one click. Add custom message templates. Profile details such as name, company and education will be fetched and replaced automatically. Connect with talent straight from the profile page. The message box will get automagically filled with your custom message, ready to connect.
擴展基本資訊
名稱 | Hirefox - Send faster LinkedIn messages |
ID | okljidbiljmlhmlpmaefgaegnobfjgib |
官方網址 | https://chromewebstore.google.com/detail/hirefox-send-faster-linke/okljidbiljmlhmlpmaefgaegnobfjgib |
簡介 | Stop copy-pasting messages from profile to profile and let Hirefox do the work for you. |
檔案大小 | 2.36 MB |
安裝次數 | 134 |
目前版本 | 0.1.9 |
更新時間 | 2023-03-27 |
上架時間 | 2021-01-05 |
評分 | 4.13/5 共 8 次評分 |
開發者 | https://hirefox.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.hirefox.io/ |
隱私政策頁面URL | https://www.hirefox.io/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hirefox - Send faster LinkedIn messages", "version": "0.1.9", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Stop copy-pasting messages from profile to profile and let Hirefox do the work for you.", "homepage_url": "https:\/\/hirefox.io", "short_name": "Hirefox", "permissions": [ "storage", "tabs", "https:\/\/*.linkedin.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "rsmarques", "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "Hirefox", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "js\/contentScript.bundle.js" ], "css": [ "css\/contentScript.css" ] } ], "web_accessible_resources": [ "assets\/fonts\/fa-brands-400.eot", "assets\/fonts\/fa-brands-400.svg", "assets\/fonts\/fa-brands-400.ttf", "assets\/fonts\/fa-brands-400.woff", "assets\/fonts\/fa-brands-400.woff2", "assets\/fonts\/fa-regular-400.eot", "assets\/fonts\/fa-regular-400.svg", "assets\/fonts\/fa-regular-400.ttf", "assets\/fonts\/fa-regular-400.woff", "assets\/fonts\/fa-regular-400.woff2", "assets\/fonts\/fa-solid-900.eot", "assets\/fonts\/fa-solid-900.svg", "assets\/fonts\/fa-solid-900.ttf", "assets\/fonts\/fa-solid-900.woff", "assets\/fonts\/fa-solid-900.woff2", "assets\/icons\/favicon-16.png", "assets\/icons\/favicon-32.png", "assets\/icons\/favicon-48.png", "assets\/icons\/favicon-128.png", "assets\/images\/add-template.png", "assets\/images\/button.png", "assets\/images\/connect.png", "assets\/images\/get-started.png", "assets\/images\/message.png" ] } |