Office Tools

Quicker way to access the Google Office Tools.

Cos'è Office Tools?

Office Tools è un'estensione di Chrome sviluppata da Triplex Media, e la sua funzione principale è "Quicker way to access the Google Office Tools.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Office Tools

Scarica i file di estensione Office Tools 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

                        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]                    

Informazioni di Base sull'Estensione

Nome Office Tools Office Tools
ID mfjlpophppgflakehjnjkanmlhkbelfi
URL Ufficiale https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi
Descrizione Quicker way to access the Google Office Tools.
Dimensione del File 779 KB
Conteggio Installazioni 105,877
Versione Corrente 0.10
Ultimo Aggiornamento 2021-02-09
Data di Pubblicazione 2020-06-19
Sviluppatore Triplex Media
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://triplex.media/privacy_policy.html
Lingue Supportate 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": []
}