Squire

Squire lets you easily capture conversations with candidates, automatically updating your ATS with AI-generated recruiter notes.

Squire là gì?

Squire là một tiện ích mở rộng Chrome được phát triển bởi https://squireapp.io, và tính năng chính của nó là "Squire lets you easily capture conversations with candidates, automatically updating your ATS with AI-generated recruiter notes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Squire

Tải xuống các tệp mở rộng Squire 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

                        Squire is an AI-powered conversation intelligence Software as a Service designed to assist recruitment agencies and consultants by recording conversations between recruiters and candidates, transcribing the recordings and generating a write-up of key information for future use. This information is seamlessly pushed to any ATS of choice, immediately updating records on candidates, requiring no manual work from recruitment consultants.

Squire is designed to allow consultants to speak with more candidates and make more placements. By eliminating the burden of memorising information and taking notes during calls, our solution significantly enhances the capacity of recruitment consultants, enabling them to handle tasks more efficiently. This enhanced productivity and focus directly contribute to a remarkable ROI for recruitment agencies and to a modern candidate experience.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Squire Squire
ID habiadmejhcipkmljfidkeagpekcmdlp
URL Chính Thức https://chromewebstore.google.com/detail/squire/habiadmejhcipkmljfidkeagpekcmdlp
Mô tả Squire lets you easily capture conversations with candidates, automatically updating your ATS with AI-generated recruiter notes.
Kích Thước Tệp 3.81 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.1.81
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2023-01-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://squireapp.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://squireapp.io/
URL Trang Trợ Giúp https://squireapp.io/contact/
URL Trang Chính Sách Bảo Mật https://squireapp.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Squire",
    "version": "0.1.81",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmIIJjOYOS4HF2RgjqB713TDjTbTw96SrtN+rU9Sd9OlWQKMjLyBrzVTjQfYZMOx3fmImqwKH1AwLIwq9j2Pi\/HZhAhUWKPSfeLbgf1fNC3LUA9bnrJtz4lXxoFg3jEg0\/UVjgKtjZ\/KFxyqsr+vxf3omNqqCu0q8+53xOkpXlCoBj6MDhMAMiU9ujSX0G1CjzGhN4ertIVcL6e7JKQQjIiTM9FGvYq06c00xj4KGj\/DANtrfDQ7An7AW4FGBew5XfzeXrZy1weMz+BrY59HTkkvJYNKDxcSb9kHNR9X0\/QDFw1BL+xriXuc4U6aqKGuPJMy6lU\/rAohQ4BcuB3wSgQIDAQAB",
    "manifest_version": 3,
    "description": "Squire lets you easily capture conversations with candidates, automatically updating your ATS with AI-generated recruiter notes.",
    "background": {
        "service_worker": ".\/js\/service_worker.bundle.js"
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": ".\/template\/index.html"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content_script.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ".\/workers\/*",
                ".\/template\/*",
                "Images*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "desktopCapture",
        "storage",
        "scripting",
        "nativeMessaging"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "script-src 'self'; sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/www.squire-olas.com\/*",
            "https:\/\/beapi.squire-olas.com\/*"
        ]
    }
}