HireSweet

Enhance your Gmail, Linkedin and Google Calendar with HireSweet profiles data. Automate your LinkedIn tasks.

HireSweetคืออะไร?

HireSweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HireSweet.com และคุณลักษณะหลักของมันคือ "Enhance your Gmail, Linkedin and Google Calendar with HireSweet profiles data. Automate your LinkedIn tasks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HireSweet

ดาวน์โหลดไฟล์ส่วนขยาย HireSweet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Double your sourcing efficiency with the HireSweet CRM extension

▻  Import contacts from most social media
▻  Enroll people in drip sequences from the extension
▻  See the contact information and past activity on LinkedIn (including Recruiter, Recruiter Lite and Sales Navigator), Gmail & Google Calendar

──────────────────────────────
⚠ You need a HireSweet account to use that extension. Ask for more information on https://hiresweet.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HireSweet HireSweet
ID gncdeciaplnakdjjkcbmlbbbnlpochik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hiresweet/gncdeciaplnakdjjkcbmlbbbnlpochik
คำอธิบาย Enhance your Gmail, Linkedin and Google Calendar with HireSweet profiles data. Automate your LinkedIn tasks.
ขนาดไฟล์ 35.13 MB
จำนวนการติดตั้ง 240
เวอร์ชันปัจจุบัน 14.2.3
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2020-06-22
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา HireSweet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hiresweet.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.hiresweet.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HireSweet",
    "version": "14.2.3",
    "description": "Enhance your Gmail, Linkedin and Google Calendar with HireSweet profiles data. Automate your LinkedIn tasks.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "downloads",
        "webNavigation",
        "tabs",
        "webRequest",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.hiresweet.com\/*",
        "https:\/\/www.apec.fr\/*"
    ],
    "action": {
        "default_icon": "icons\/hiresweet-32x32.png"
    },
    "incognito": "split",
    "icons": {
        "16": "icons\/hiresweet-16x16.png",
        "32": "icons\/hiresweet-32x32.png",
        "128": "icons\/hiresweet-128x128.png",
        "192": "icons\/hiresweet-192x192.png",
        "512": "icons\/hiresweet-512x512.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/app.hiresweet.com\/*"
            ],
            "js": [
                "getHiresweetToken.bundle.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "enhanceGmail.bundle.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "enhanceCalendar.bundle.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "https:\/\/*.bandcamp.com\/*",
                "https:\/\/dribbble.com\/*",
                "https:\/\/www.apec.fr\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "enhanceLinkedin.bundle.js"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.otf",
                "*.css",
                "*.map",
                "hiresweet-for-linkedin.html",
                "window-script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "https:\/\/*.bandcamp.com\/*",
                "https:\/\/dribbble.com\/*",
                "https:\/\/www.apec.fr\/*",
                "https:\/\/github.com\/*"
            ]
        },
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.otf",
                "*.css",
                "*.map",
                "hiresweet-for-calendar.html",
                "window-script.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        },
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.otf",
                "*.css",
                "*.map",
                "hiresweet-for-gmail.html",
                "window-script.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.hiresweet.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuf+3AwyizeHFb8RnX+4b1UERunMtmy4Qq8hAbCglDQ+dM6nVIebfDtckwt+0+1C+qiLjxocUlByeh5H2ZpBwLvTsCIlHe2h2h8kH\/UbsXFQVMPMPd9h68AvwvlrkfAEnZWxFeFLFQKhFJeOW4dbJG3znBlXr4nY1PsTUgxfghKiGHWdMhKsoRa0gqqpDlnG1c6XNJojBKjxe3PiBy3QsxwAcJBc015xUxyVXQcOLh3NZVxQUJngop+V3k\/NEo+ve3\/iwj+A+yfSKOErWJlC\/+Fz5sP60gn\/ArTlAuTgzF8ADjLZZux+pgqdhXMyRTlA5lZxzhUrvGBViOAtxvOJPPQIDAQAB",
    "commands": {
        "command-clipboard-copy": {
            "description": "Copy to clipboard",
            "suggested_key": {
                "default": "Alt+C"
            }
        },
        "command-mark-task-as-completed": {
            "description": "Mark task as completed",
            "suggested_key": {
                "default": "Alt+M"
            }
        },
        "command-snooze-task-one-week": {
            "description": "Snooze task one week",
            "suggested_key": {
                "default": "Alt+S"
            }
        },
        "command-go-to-next-task": {
            "description": "Go to next task",
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "command-go-to-right-tab": {
            "description": "Go to right tab"
        },
        "command-go-to-left-tab": {
            "description": "Go to left tab"
        },
        "command-move-to-not-contacted": {
            "description": "Move to \"Not contacted\""
        },
        "command-move-to-contacted": {
            "description": "Move to \"Contacted\""
        },
        "command-move-to-replied": {
            "description": "Move to \"Replied\""
        },
        "command-move-to-interested": {
            "description": "Move to \"Interested\""
        },
        "command-move-to-hired": {
            "description": "Move to \"Hired\""
        },
        "command-move-to-archived-not-contacted": {
            "description": "Move to \"Archived - Not contacted\""
        },
        "command-move-to-archived-no-reply": {
            "description": "Move to \"Archived - No reply\""
        },
        "command-move-to-archived-contact-no-interested": {
            "description": "Move to \"Archived - Contact not interested\""
        },
        "command-move-to-archived-contact-interested": {
            "description": "Move to \"Archived - Contact interested\""
        }
    }
}