Deelete by Organizely.me

Deelete by Organizely.me

Cos'è Deelete by Organizely.me?

Deelete by Organizely.me è un'estensione di Chrome sviluppata da http://organizely.me, e la sua funzione principale è "Deelete by Organizely.me".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deelete by Organizely.me

Scarica i file di estensione Deelete by Organizely.me 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

                        With the popularity of our Organizely Chrome Extension, we quickly learned many of our users still wanted to file their downloads/attachments manually outside of the downloads directory, but loved our most unique feature “The Curb”.  

Being the huge fans of our fans, we listened and responded! Meet Deelete: Since 84% of all downloads are one time use, a notification will pop-up with every download allowing you to click “Keep” or “Delete in 24 Hours”, Organizely will automatically remove unneeded files from your computer and keep you nice and neat for your next day of work. 

Love this? Please do us a favor and keep your friends and co-workers computers organize.  Email to a Friend - Tweet us!  -   Share on Facebook  

I (Daniel) answer every tweet (@dsos1) So please send me your feedback, thoughts, or just a sup! If you want to chat about a good Netflix show.                    

Informazioni di Base sull'Estensione

Nome Deelete by Organizely.me Deelete by Organizely.me
ID hoadknhcnklolekdmkobjbdncfncfmco
URL Ufficiale https://chrome.google.com/webstore/detail/deelete-by-organizelyme/hoadknhcnklolekdmkobjbdncfncfmco
Descrizione Deelete by Organizely.me
Dimensione del File 50.52 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2015-01-16
Data di Pubblicazione 2015-01-16
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore http://organizely.me
Tipo di Pagamento free
Sito Web dell'Estensione http://www.organizely.me
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "management",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "data\/*.json",
        "images\/*"
    ]
}