Puts Inbox Reminder on Top

I say, it puts Inbox reminder on top

Qu'est-ce que Puts Inbox Reminder on Top ?

Puts Inbox Reminder on Top est une extension Chrome développée par ATG, et sa fonction principale est "I say, it puts Inbox reminder on top".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Puts Inbox Reminder on Top

Téléchargez les fichiers d'extension Puts Inbox Reminder on Top 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

                        Reminders. What are they for? We've forgotten, because we can't find the reminder. Why is hiding down there, Google? Why?

Reminders should be on the top! 

So we put them there. 

ATG - Fixing Google. Again.                    

Informations de Base sur l'Extension

Nom Puts Inbox Reminder on Top Puts Inbox Reminder on Top
ID cmpmpgdmbajbcpclambbkfhkgdnifbpf
URL Officiel https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf
Description I say, it puts Inbox reminder on top
Taille du Fichier 86.04 KB
Nombre d'Installations 23
Version Actuelle 1.13
Dernière Mise à Jour 2015-08-31
Date de Publication 2015-08-31
Évaluation 2.00/5 Total 4 Évaluations
Développeur ATG
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Puts Inbox Reminder on Top",
    "description": "I say, it puts Inbox reminder on top",
    "version": "1.13",
    "page_action": {
        "default_title": "Change Order",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "on-top-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}