Easy Notes

Extension to display activities related to current page.

Cos'è Easy Notes?

Easy Notes è un'estensione di Chrome sviluppata da http://notemyweb.com, e la sua funzione principale è "Extension to display activities related to current page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Easy Notes

Scarica i file di estensione Easy Notes 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

                        Click the notemyweb.com icon at the top, and take notes in the popup.
  We save your note's, to-do's, reminder's and favorite web pages for you - safe and secure!. Open any website and see only the notes you have previously taken on that website.
  
  Your notes will be in sync with other devices like mobiles,tablets and browsers.

"Easy Notes" is useful in below scenarios

1. Login ids in each website. (You don't need to remember your login ids in each website. Just store your id as note under the respective website and access it by just visiting the respective website. )

2. Store text area contents. (example: your address, security question answers).

3. Have todo list on each website. (example: transfer funds in banking site, booking-id in online shopping site).

4. Create reminder's on any website. Notification for your reminder's will be sent via facebook and email.


"Easy Notes" is available in Android, iPhone and iPad. Everything syncs and is available on your mobile device.

Learn more:
-  Twitter: http://twitter.com/notemyweb
-  Facebook: http://facebook.com/notemyweb
-  Contact us: [email protected]                    

Informazioni di Base sull'Estensione

Nome Easy Notes Easy Notes
ID blgcnhmgdbedifnkebdlmbpgccbondcc
URL Ufficiale https://chrome.google.com/webstore/detail/easy-notes/blgcnhmgdbedifnkebdlmbpgccbondcc
Descrizione Extension to display activities related to current page.
Dimensione del File 6.29 KB
Conteggio Installazioni 38
Versione Corrente 4
Ultimo Aggiornamento 2013-05-05
Data di Pubblicazione 2013-05-05
Valutazione 1.00/5 Totale 4 Valutazioni
Sviluppatore http://notemyweb.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.notemyweb.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Notes",
    "version": "4",
    "manifest_version": 2,
    "description": "Extension to display activities related to current page.",
    "browser_action": {
        "default_icon": "notes.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.notemyweb.com\/*",
        "https:\/\/www.notemyweb.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}