Special Agent Real Time

For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.

Τι είναι το Special Agent Real Time;

Το Special Agent Real Time είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Special Agent, Inc., και η κύρια λειτουργία του είναι "For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Special Agent Real Time

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

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

                        This extension automates real time inquiries from the Special Agent insurance agency management system.                    

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

Όνομα Special Agent Real Time Special Agent Real Time
ID gcappnfflgfhlndcfkammdcembcnkhfd
Επίσημο URL https://chromewebstore.google.com/detail/special-agent-real-time/gcappnfflgfhlndcfkammdcembcnkhfd
Περιγραφή For use with Special Agent insurance agency management software. This extension assists with automation of real time requests.
Μέγεθος Αρχείου 56.79 KB
Αριθμός Εγκαταστάσεων 668
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-02-28
Ημερομηνία Δημοσίευσης 2021-01-19
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Special Agent, Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Special Agent Real Time",
    "version": "1.1.0",
    "description": "For use with Special Agent insurance agency management software.  This extension assists with automation of real time requests.",
    "icons": {
        "24": "icon24.png",
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "jquery-3.5.1.min.js",
                "querystring.js",
                "jquery.base64.js",
                "arrive.min.js",
                "simulator.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "RealTimeTest.html",
        "default_icon": "icon24.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/www.specialagent.com"
}