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
Vad är uLaw Toolbox?
uLaw Toolbox är en Chrome-tillägg utvecklad av https://www.ulaw.io, och dess huvudfunktion är "uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST".
Tilläggsskärmbilder
Ladda ner uLaw Toolbox-förlängningens CRX-fil
Ladda ner uLaw Toolbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | uLaw Toolbox |
ID | nigpjoecjjkcklfkphnddcjkjmapofho |
Officiell webbadress | https://chromewebstore.google.com/detail/ulaw-toolbox/nigpjoecjjkcklfkphnddcjkjmapofho |
Beskrivning | uLaw Quick Launch - This chrome extension will guide to an easy launch of the app, help tutorials, manuals and CPDs on Fri @2pm EST |
Filstorlek | 107 KB |
Antal Installationer | 173 |
Aktuell Version | 1.0.12 |
Senast Uppdaterad | 2023-08-22 |
Publiceringsdatum | 2020-10-20 |
Utvecklare | https://www.ulaw.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.ulaw.io |
Hjälpsida URL | https://www.youtube.com/user/ulawpractice |
URL till Sekretesspolicy Sidan | https://www.ulaw.io/privacy-policy |
Stödda Språk | 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" ] } ] } |