uLaw Toolbox
uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST
Τι είναι το uLaw Toolbox;
Το uLaw Toolbox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ulaw.io, και η κύρια λειτουργία του είναι "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης uLaw Toolbox
Λήψη αρχείων επέκτασης uLaw Toolbox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
uLaw Toolbox will be very useful to quickly launch your favourite uLaw app and also get help, access manuals, launch tutorials, and most important get access to our Friday 2:00pm EST. CPDs
Βασικές Πληροφορίες Επέκτασης
Όνομα | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
Επίσημο URL | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Περιγραφή | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Μέγεθος Αρχείου | 107 KB |
Αριθμός Εγκαταστάσεων | 173 |
Τρέχουσα Έκδοση | 1.0.12 |
Τελευταία Ενημέρωση | 2023-08-22 |
Ημερομηνία Δημοσίευσης | 2020-10-20 |
Προγραμματιστής | https://www.ulaw.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.ulaw.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.youtube.com/user/ulawpractice |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.ulaw.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "uLaw Toolbox", "description": "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST", "version": "1.0.12", "icons": { "128": "128x128uLawAppicon.png" }, "action": { "default_icon": "19x19uLawAppicon.png", "default_popup": "uLawLauncher.html" }, "host_permissions": [ "https:\/\/api.ulaw.io\/" ], "permissions": [ "alarms", "background", "notifications", "storage" ], "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "*:\/\/outlook.live.com\/*", "*:\/\/outlook.office.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "jquery.js", "outlook.js" ] }, { "matches": [ "*:\/\/mail.google.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "jquery.js", "content.js" ] } ] } |