Loop Messenger

Loop Messenger

Τι είναι το Loop Messenger;

Το Loop Messenger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Loop, και η κύρια λειτουργία του είναι "Loop Messenger".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Loop Messenger

Λήψη αρχείων επέκτασης Loop Messenger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Create instant connections with candidates or employees via text message anytime, anywhere with Loop Flow Messenger's Chrome Extension.

Reach candidates and employees direct on their mobile device with our real-time chat functionality. Immediately engage via text message from anywhere with your browser by adding the Loop Flow Messenger Extension.

Rest easy knowing that Loop's Consent Manager engine automatically requests and manages text messaging consent, and that all messaging interactions are stored and reportable via the Loop Flow platform.

Contact us to find out about enhanced functionality available through approved ATS and HRIS integrations.


About Loop Flow

Loop Flow – a private messaging platform allowing for recruitment, HR, and management teams to leverage the immediacy of mobile through text messaging, driving efficiency by supporting functions including: job alerts, interview reminders, application status updates, intuitive text flows, and more.


About Loop

Loop's platform provides a complete, end-to-end recruiting solution incorporating recruitment marketing and candidate relationship management software which includes but is not limited to, configurable career sites, job distribution, automated job alerts, a private text messaging platform (Loop Flow), talent community functionality and quick-click application processes.
 
Loop's software ensures organizations can source candidates, determine fit, make great hires, reduce overall cost-per-hire while improving engagement and increasing retention.

The Loop platform delivers intuitive 2-way messaging, globally, and ensures organizations have a fully compliant set of mobile communication tools.

With operations in both the Americas and Europe, and Fortune 500 clients across many industries all around the world, LOOP is a proven global recruitment and candidate relationship management solution.

For more information on Loop visit www.loopworks.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Loop Messenger Loop Messenger
ID dhdojjknchdloegcelohcnanccocfpek
Επίσημο URL https://chromewebstore.google.com/detail/loop-messenger/dhdojjknchdloegcelohcnanccocfpek
Περιγραφή Loop Messenger
Μέγεθος Αρχείου 2.36 MB
Αριθμός Εγκαταστάσεων 642
Τρέχουσα Έκδοση 3.1.0.14
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2020-06-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Loop
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://loopworks.com/loop-flow-messenger/
URL της Σελίδας Πολιτικής Απορρήτου https://loopworks.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1.0.14",
    "short_name": "Loop",
    "name": "Loop Messenger",
    "description": "Loop Messenger",
    "action": [],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js",
                "reactEntry.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/loop-messenger-logo-icon16.png",
        "48": "img\/loop-messenger-logo-icon48.png",
        "128": "img\/loop-messenger-logo-icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.js",
                "static\/media\/*",
                "static\/css\/reactEntry.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications"
    ]
}