TugaTech

Aceda às notícias do TugaTech de forma simples e rápida

Qu'est-ce que TugaTech ?

TugaTech est une extension Chrome développée par https://tugatech.com.pt, et sa fonction principale est "Aceda às notícias do TugaTech de forma simples e rápida".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TugaTech

Téléchargez les fichiers d'extension TugaTech 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

                        TugaTech extension for Google Chrome.

Now you can stay abreast of all the news TugaTech directly from your browser. With the extension of TugaTech for Google Chrome have direct access to all published news, updated to the minute.

Plus, receive notifications about all new articles published, not to miss anything new.

features:
- Direct access to the TugaTech news
- Notifications of new content
- Ability to enable / disable notifications
- Possibility to change the update period of the news

changelog:
Version 3.0 features a complete redesign of the extension. All the code was amended and re-created source, thus being considered a fully extension "new".
It was also taken into account the use of resources. The extension takes up little more than 130 kb of memory.

permissions:
The extension only have the necessary permissions to the various features, which includes:
- Access over tugatech.com.pt domain to access the news
- Notifications - To display notifications of new content
- Tabs - you can create a new tab in the opening content.

Please leave your vote in the Chrome Store.

If you find any bugs or have any comments / suggestion please send your email to [email protected]                    

Informations de Base sur l'Extension

Nom TugaTech TugaTech
ID gdnagjbkdncmcbamjphddeojagmepgdo
URL Officiel https://chromewebstore.google.com/detail/tugatech/gdnagjbkdncmcbamjphddeojagmepgdo
Description Aceda às notícias do TugaTech de forma simples e rápida
Taille du Fichier 364 KB
Nombre d'Installations 20
Version Actuelle 5.0
Dernière Mise à Jour 2021-09-20
Date de Publication 2017-09-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://tugatech.com.pt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tugatech.com.pt
URL de la Page d'Aide https://tugatech.com.pt/
URL de la Page de Politique de Confidentialité https://tugatech.com.pt/h36-politica-de-privacidade
Langues Prises en Charge en,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TugaTech",
    "description": "Aceda \u00e0s not\u00edcias do TugaTech de forma simples e r\u00e1pida",
    "background": {
        "page": "background.html"
    },
    "default_locale": "pt_PT",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/tugatech.com.pt\/",
        "*:\/\/tugatech.com.pt\/*",
        "*:\/\/rss.tugatech.com.pt\/",
        "*:\/\/rss.tugatech.com.pt\/*"
    ],
    "version": "5.0"
}