Rectxt

Rectxt Extension

Rectxt là gì?

Rectxt là một tiện ích mở rộng Chrome được phát triển bởi https://rectxt.com, và tính năng chính của nó là "Rectxt Extension".

Ả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 Rectxt

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

                        Think of Rectxt as an easy-to-use instant messaging platform for recruiters. It integrates with major recruiting systems and has features to make texting with candidates easier, faster, safer, secure, and compliant for recruiters.

By enabling better candidate communication, Rectxt helps recruiting teams to make more hires while providing a better candidate & recruiter experience

➤ 2 way ATS integration with numerous modern ATSs

➤ Mass messaging

➤ Message templates

➤  Interview reminders 

➤ Onboarding sequences

➤ Call forwarding

➤ Online calendar sharing

➤ Out of office

➤ Choose either a new 10 digit phone number from any region in Canada or USA

➤ Text from any webpage

Don't forget to download the Rectxt mobile app for iOS and Android to text from your Rectxt account while you’re on-the-go. All mobile app conversations are synchronized in real-time with this Chrome extension.

Happy texting!                    

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

Tên Rectxt Rectxt
ID ekkcblhkmholaehgpiajkjgbgcmpipen
URL Chính Thức https://chromewebstore.google.com/detail/rectxt/ekkcblhkmholaehgpiajkjgbgcmpipen
Mô tả Rectxt Extension
Kích Thước Tệp 1.97 MB
Số Lần Cài Đặt 840
Phiên Bản Hiện Tại 3.0.40
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://rectxt.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.rectxt.com
URL Trang Trợ Giúp http://support.rectxt.com
URL Trang Chính Sách Bảo Mật https://www.rectxt.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rectxt",
    "description": "Rectxt Extension",
    "author": "Stefan Markovic",
    "version": "3.0.40",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/offIcon.png",
        "default_title": "Rectxt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "scripts\/vendor\/rollbar.min.js",
                "scripts\/vendor\/jwt-decode.min.js",
                "scripts\/rollbar-error-tracking.js",
                "scripts\/vendor\/jquery-3.3.1.min.js",
                "scripts\/vendor\/psl.min.js",
                "scripts\/phoneNumberParser.js",
                "scripts\/atsScraper.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/popupInjector.js"
            ],
            "css": [
                "css\/popupInjector.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/docs.google.com\/*",
                "*:\/\/web-myrecdex-test.azurewebsites.net\/*",
                "*:\/\/web-myrecdex-dev.azurewebsites.net\/*",
                "*:\/\/*.wagwalking.com\/*",
                "*:\/\/*.rectxt.com\/*",
                "*:\/\/*.rectxt.io\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.office365.com\/*",
                "*:\/\/*.office.com\/*",
                "*:\/\/outlook.live.com\/*",
                "*:\/\/*.bcferries.com\/*",
                "*:\/\/*.linkedin.com\/mjobs\/*",
                "*:\/\/*.intercom.io\/*",
                "*:\/\/*.clockworkrecruiting.com\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/*.intercom.com\/*",
                "*:\/\/*.twilio.com\/*",
                "*:\/\/voice.google.com\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/zoom.us\/*",
                "*:\/\/www.tangerine.ca\/",
                "*:\/\/mail.yahoo.com\/*",
                "*:\/\/*.interviewschedule.com\/*",
                "*:\/\/*.perfectgift.com\/*",
                "*:\/\/*.tribal.one\/*",
                "*:\/\/app.vxt.co.nz\/*",
                "*:\/\/*.ashbyhq.com\/*",
                "*:\/\/msnbc.com\/*",
                "*:\/\/easyweb.td.com\/*",
                "*:\/\/*.monday.com\/*",
                "*:\/\/dashboard.blaze.today\/*",
                "*:\/\/app.comeet.co\/*",
                "*:\/\/*.recruitee.com\/*",
                "*:\/\/hire.lever.co\/*",
                "*:\/\/hire.sandbox.lever.co\/*",
                "*:\/\/*.greenhouse.io\/*",
                "*:\/\/*.clearcompany.com\/rdclassic\/Candidate\/CandidateTearsheet.aspx*",
                "*:\/\/*.nexmo.com\/*",
                "*:\/\/*.cit.com\/*"
            ],
            "js": [
                "scripts\/vendor\/libphonenumber-max.js",
                "scripts\/detectPhoneNumbers.js"
            ],
            "css": [
                "css\/detectPhoneNumbers.css"
            ],
            "run_at": "document_idle",
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/linkedin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/hiring.monster.ca\/jcm\/resumesearch\/ResumeView.aspx*",
                "https:\/\/hiring.monster.ca\/jcm\/singleResumeView.aspx*",
                "https:\/\/hiring.monster.ca\/jcm\/singleresumeview.aspx*"
            ],
            "js": [
                "scripts\/scrapers\/monster.js"
            ]
        },
        {
            "matches": [
                "https:\/\/swim.mycompas.com\/app\/*",
                "https:\/\/swim.myavionte.com\/app\/*"
            ],
            "js": [
                "scripts\/scrapers\/mycompas.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.smartrecruiters.com\/app\/*"
            ],
            "js": [
                "scripts\/scrapers\/smartrecruiters.js"
            ]
        },
        {
            "matches": [
                "https:\/\/recruit.zoho.com\/recruit\/*"
            ],
            "js": [
                "scripts\/scrapers\/zoho.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/*"
            ],
            "js": [
                "scripts\/scrapers\/greenhouse.js"
            ],
            "css": [
                "css\/greenhouse.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.swordfishapp.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/swordfishapp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/search.amazinghiring.com\/profiles\/*"
            ],
            "js": [
                "scripts\/scrapers\/amazinghiring.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.freshteam.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/freshteam.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.clockworkrecruiting.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/clockworkrecruiting.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ziprecruiter.com\/contact\/response\/*",
                "https:\/\/www.ziprecruiter.com\/resume-database\/view\/*",
                "https:\/\/www.ziprecruiter.com\/resume-database\/preview\/*"
            ],
            "js": [
                "scripts\/scrapers\/ziprecruiter.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.hiringthing.com\/admin\/jobs\/*"
            ],
            "js": [
                "scripts\/scrapers\/hiringthing.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.inwork.io\/*"
            ],
            "js": [
                "scripts\/scrapers\/inwork.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.recruiteze.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/recruiteze.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.cnddtid.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/cnddtid.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.recruitee.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/recruitee.js"
            ],
            "css": [
                "css\/recruitee.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.recruiterflow.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/recruiterflow.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.recooty.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/recooty.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.workable.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/workable.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.indeed.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/indeed.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app.jobvite.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/jobvite.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.paycomonline.net\/v4\/cl\/web.php\/candidate\/index\/*",
                "https:\/\/www.paycomonline.net\/v4\/cl\/web.php\/ats\/application\/*"
            ],
            "js": [
                "scripts\/scrapers\/paycomonline.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.comeet.co\/*"
            ],
            "js": [
                "scripts\/scrapers\/comeet.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.teamtailor.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/teamtailor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/hire.lever.co\/*",
                "https:\/\/hire.sandbox.lever.co\/*"
            ],
            "js": [
                "scripts\/scrapers\/lever.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.jobadder.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/jobadder.js"
            ],
            "css": [
                "css\/jobadder.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pinpointhq.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/pinpointhq.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.recruitcrm.io\/*"
            ],
            "js": [
                "scripts\/scrapers\/recruitcrm.js"
            ],
            "css": [
                "css\/recruitcrm.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.crelate.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/crelate.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.talentlyft.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/talentlyft.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.prevueaps.com\/applicants\/*"
            ],
            "js": [
                "scripts\/scrapers\/prevueapps.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.icims.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/icims.js"
            ],
            "css": [
                "css\/icims.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.clearancejobs.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/clearancejobs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.akken.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/akken.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.avature.net\/*"
            ],
            "js": [
                "scripts\/scrapers\/avature.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ashbyhq.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/ashby.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.clearcompany.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/clearcompany.js"
            ],
            "css": [
                "css\/clearcompany.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.taleo.net\/*"
            ],
            "js": [
                "scripts\/scrapers\/taleo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ultipro.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/ultipro.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.trakstar.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/trakstar.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.dayforcehcm.com\/*"
            ],
            "js": [
                "scripts\/scrapers\/dayforcehcm.js"
            ]
        }
    ]
}