Office Tools

Quicker way to access the Google Office Tools.

Co to jest Office Tools?

Office Tools to rozszerzenie Chrome opracowane przez Triplex Media, a jego główną funkcją jest „Quicker way to access the Google Office Tools.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Office Tools

Pobierz pliki rozszerzeń Office Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Office Tools Office Tools
ID mfjlpophppgflakehjnjkanmlhkbelfi
Oficjalny URL https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi
Opis Quicker way to access the Google Office Tools.
Rozmiar pliku 779 KB
Liczba instalacji 105,877
Aktualna Wersja 0.10
Ostatnia Aktualizacja 2021-02-09
Data Publikacji 2020-06-19
Deweloper Triplex Media
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://triplex.media/privacy_policy.html
Obsługiwane Języki 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": []
}