Larus
Larus extension for copart
Cos'è Larus?
Larus è un'estensione di Chrome sviluppata da laruslogistics1, e la sua funzione principale è "Larus extension for copart".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Larus
Scarica i file di estensione Larus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        An indispensable tool for a car dealer.
Expands the functionality of the site copart.com. Helps with managing bids and watch lists due to an additional level of accounts.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | dakpegdpncnmmdkjdcggldmepjebfmhe | 
| URL Ufficiale | https://chromewebstore.google.com/detail/larus/dakpegdpncnmmdkjdcggldmepjebfmhe | 
| Descrizione | Larus extension for copart | 
| Dimensione del File | 68.41 KB | 
| Conteggio Installazioni | 81 | 
| Versione Corrente | 3.0 | 
| Ultimo Aggiornamento | 2021-09-16 | 
| Data di Pubblicazione | 2021-07-10 | 
| Valutazione | 5.00/5 Totale 3 Valutazioni | 
| Sviluppatore | laruslogistics1 | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.laruslogistics.com | 
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1rQYtvpTxWYl0ka3_FBVCSwjeAZRcJ1mJpBgArp4Yvo8/edit?usp=sharing | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Larus",
    "version": "3.0",
    "description": "Larus extension for copart",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com\/19ff28de9a.js; object-src 'self'",
    "browser_action": {
        "default_title": "Copart",
        "default_popup": "\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.copart.com\/login\/"
            ],
            "js": [
                "\/auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.copart.com\/lot\/*"
            ],
            "all_frames": true,
            "js": [
                "\/lot.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.copart.com\/ru\/lot\/*"
            ],
            "all_frames": true,
            "js": [
                "\/lot.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.copart.com\/lotsWon\/"
            ],
            "all_frames": true,
            "js": [
                "\/lotsWon.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.copart.com\/helpWithLicensing\/"
            ],
            "all_frames": true,
            "js": [
                "\/exit.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.copart.com\/*"
            ],
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/www.copart.com\/login\/",
                "https:\/\/www.copart.com\/helpWithLicensing\/",
                "https:\/\/www.copart.com\/ru\/lot\/*",
                "https:\/\/www.copart.com\/lot\/*",
                "https:\/\/www.copart.com\/lotsWon\/*"
            ],
            "js": [
                "\/parser.js"
            ]
        }
    ]
}  |  |