Office Tools

Quicker way to access the Google Office Tools.

O que é Office Tools?

Office Tools é uma extensão do Chrome desenvolvida por Triplex Media, e sua principal característica é "Quicker way to access the Google Office Tools.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Office Tools

Baixe arquivos de extensão Office Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Office Tools Office Tools
ID mfjlpophppgflakehjnjkanmlhkbelfi
URL Oficial https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi
Descrição Quicker way to access the Google Office Tools.
Tamanho do Arquivo 779 KB
Contagem de Instalações 105,877
Versão Atual 0.10
Última Atualização 2021-02-09
Data de Publicação 2020-06-19
Desenvolvedor Triplex Media
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://triplex.media/privacy_policy.html
Idiomas Suportados 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": []
}