Deelete by Organizely.me

Deelete by Organizely.me

O que é Deelete by Organizely.me?

Deelete by Organizely.me é uma extensão do Chrome desenvolvida por http://organizely.me, e sua principal característica é "Deelete by Organizely.me".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Deelete by Organizely.me

Baixe arquivos de extensão Deelete by Organizely.me 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

                        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.                    

Informações Básicas da Extensão

Nome Deelete by Organizely.me Deelete by Organizely.me
ID hoadknhcnklolekdmkobjbdncfncfmco
URL Oficial https://chrome.google.com/webstore/detail/deelete-by-organizelyme/hoadknhcnklolekdmkobjbdncfncfmco
Descrição Deelete by Organizely.me
Tamanho do Arquivo 50.52 KB
Contagem de Instalações 31
Versão Atual 1.0
Última Atualização 2015-01-16
Data de Publicação 2015-01-16
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor http://organizely.me
Tipo de Pagamento free
Site da Extensão http://www.organizely.me
Idiomas Suportados 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\/*"
    ]
}