Office Tools
Quicker way to access the Google Office Tools.
Was ist Office Tools?
Office Tools ist eine Chrome-Erweiterung, die von Triplex Media entwickelt wurde, und ihr Hauptmerkmal ist "Quicker way to access the Google Office Tools.".
Erweiterungsscreenshots
Office Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Office Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | Office Tools |
ID | mfjlpophppgflakehjnjkanmlhkbelfi |
Offizielle URL | https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi |
Beschreibung | Quicker way to access the Google Office Tools. |
Dateigröße | 779 KB |
Installationsanzahl | 105,877 |
Aktuelle Version | 0.10 |
Letztes Update | 2021-02-09 |
Veröffentlichungsdatum | 2020-06-19 |
Entwickler | Triplex Media |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://triplex.media/privacy_policy.html |
Unterstützte Sprachen | 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": [] } |