Office Tools
Quicker way to access the Google Office Tools.
Qu'est-ce que Office Tools ?
Office Tools est une extension Chrome développée par Triplex Media, et sa fonction principale est "Quicker way to access the Google Office Tools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Office Tools
Téléchargez les fichiers d'extension Office Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
By downloading our Office Tools New Tab extension, you’ll get faster access to your everyday Google Office Tools, from docs and sheets, to slides, even Google maps and translate Just open a new tab and access Google Office Tools straight from your browser - Providing the best search results by changing your search engine on the new tab to Bing - Access to all the Google Office Tools, including Google Maps & Translate straight from your browser - Easy view time of day - Quick links to your favorite social media platforms By clicking "Add to chrome", I accept and agree to installing the Office Tools™ extension and setting Chrome™ New Tab and new tab search engine to that provided by the service and the Privacy(https://triplex.media/privacy_policy.html) and Terms of Use(https://triplex.media/terms.html). Triplex Media, 1/60 Park St, Sydney NSW 2000 [email protected]
Informations de Base sur l'Extension
Nom | Office Tools |
ID | mfjlpophppgflakehjnjkanmlhkbelfi |
URL Officiel | https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi |
Description | Quicker way to access the Google Office Tools. |
Taille du Fichier | 779 KB |
Nombre d'Installations | 105,877 |
Version Actuelle | 0.10 |
Dernière Mise à Jour | 2021-02-09 |
Date de Publication | 2020-06-19 |
Développeur | Triplex Media |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://triplex.media/privacy_policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Office Tools", "author": "Frooty Studios", "description": "Quicker way to access the Google Office Tools.", "version": "0.10", "manifest_version": 2, "icons": { "128": "assets\/imgs\/ex_logo_128.png" }, "chrome_url_overrides": { "newtab": "views\/tabs\/tabs.html" }, "browser_action": [], "background": { "scripts": [ ".\/backgroundScript\/backgroundScript.js" ], "persistent": true }, "permissions": [] } |