Notes – Organize your Zeplin Comments

This extension collects all the notes within a Zeplin project and displays them in a filterable list.

Cos'è Notes – Organize your Zeplin Comments?

Notes – Organize your Zeplin Comments è un'estensione di Chrome sviluppata da Péter Gál, e la sua funzione principale è "This extension collects all the notes within a Zeplin project and displays them in a filterable list.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Notes – Organize your Zeplin Comments

Scarica i file di estensione Notes – Organize your Zeplin Comments 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

                        The note list can be exported if you want to reuse it in Google Sheets, and you can also export a screen list if you need a complete catalog of the different screens in the project. Although it can sometimes take a long time to collect all the notes (depending on the project size), it’s still much faster than checking the screens one-by-one, which is a painfully time-consuming task at the moment. Hopefully, this plugin will save you some time and help you to focus on more important tasks!

You can follow me on Twitter for future updates:
https://twitter.com/ptrgal

Check this article on medium if you would like to know the story behind the extension:
https://link.medium.com/y24t4Op4fR

-----

Here's a quick guide to lead you in the right direction:

1. Go to app.zeplin.io
2. Enter a project and click on the "Notes" tab at the top
3. Use the "Start" button and wait for the download to finish

That's all. Enjoy!

-----

If you find a bug, drop me an email: [email protected] – Thanks!

-----

Changelog:
# [ 1.4.15 ] – 2022.10.17
– Fixed some navigation issues
– Other smaller fixes

# [ 1.4.14 ] – 2022.06.08
– Removed unused permission from the manifest file
– Exported file now shows the correct colors for each note (blue and purple was missing)

# [ 1.4.13 ] – 2022.06.03
– I kinda abandoned this project earlier, sorry for everyone who expected it to work...
– Fixed navigation that didn't work because of Zeplin code updates
– Updated manifest v2 to manifest v3 (Chrome extension requirement)
– Updated functions to be compatible with manifest v3

# [ 1.4.12 ] – 2020.08.26
– Fixed some navigation related issues caused by Zeplin updates

# [ 1.4.11 ] – 2019.12.27
– Fixed some navigation related issues again
– A bit of code cleanup before the new year (it's still a mess, but it works! :D)

# [ 1.4.10 ] – 2019.09.30
– Fixed some navigation related issues

# [ 1.4.8 and 1.4.9 ] – 2019.06.21
– Fixed: Broken navigation caused by Zeplin update

# [ 1.4.7 ] – 2019.06.13
– "Export Notes" feature now exports all the answers of a note (it only exported the last one previously)

# [ 1.4.5 ] – 2019.05.03
– Fixed: The transparent app icon is now *really* transparent... :D
– The download (collect) process got a better error handling

# [ 1.4.4 ] – 2019.04.09
– Fixed: Modals cannot be scrolled because of a Chrome update

# [ 1.4.3 ] – 2018.12.26
– Minor bugfix of the previous bugfix... yeah, I know. :D

# [ 1.4.2 ] – 2018.12.24
– Minor bugfix related to resolved notes

# [ 1.4.1 ] – 2018.12.11
– Minor bugfix

# [ 1.4.0 ] – 2018.12.10
– Note Details modal redesigned
– Added screen preview to Note Details
– Added "Close all / Open all sections" feature to the main Dashboard as well

-----

# [ 1.3.8 ] – 2018.10.08
– New keyboard shortcut: [ ALT + N  ] or [ ⌥N  ] for opening the "Notes" tab

-----

# [ 1.3.7 ] – 2018.10.07
– New Statistics overview

-----

# [ 1.3.4 ] – 2018.09.29
– Added "Last updated" date to Screen Export

-----

# [ 1.3.3 ] – 2018.09.24
– Minor typo changes

-----

# [ 1.3.2 ] – 2018.09.23
– Extension's popup window has been redesigned (extension popups appear when you click on the little icons at the top-right of the window)
– Added "Title" tags to various elements

-----

# [ 1.3.1 ] – 2018.09.17
– UI tweaks for cleaner look
– Added basic search functionality for Messages, Users and Screens
– Filters have been reworked and integrated into the search box
– New keyboard shortcut: [ ESC ] for closing modals
– New keyboard shortcut: [ Ctrl + F ] or [ ⌘F ] for searching                    

Informazioni di Base sull'Estensione

Nome Notes – Organize your Zeplin Comments Notes – Organize your Zeplin Comments
ID ieimmggcldhfhpanbajijeehhnfhcodl
URL Ufficiale https://chromewebstore.google.com/detail/notes-%E2%80%93-organize-your-zep/ieimmggcldhfhpanbajijeehhnfhcodl
Descrizione This extension collects all the notes within a Zeplin project and displays them in a filterable list.
Dimensione del File 225 KB
Conteggio Installazioni 1,327
Versione Corrente 1.4.15
Ultimo Aggiornamento 2023-07-03
Data di Pubblicazione 2019-12-27
Valutazione 4.76/5 Totale 17 Valutazioni
Sviluppatore Péter Gál
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.galpeter.com/zeplin-notes-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notes \u2013 Organize your Zeplin Comments",
    "description": "This extension collects all the notes within a Zeplin project and displays them in a filterable list.",
    "version": "1.4.15",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "512": "img\/icon512.png"
    },
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/content_scripts.min.js"
            ],
            "css": [
                "css\/izn-extras.min.css",
                "css\/izn-zeplin-reset.min.css",
                "css\/izn-settings.min.css",
                "css\/izn-buttons.min.css",
                "css\/izn-modals.min.css",
                "css\/izn.min.css",
                "css\/izn-search.min.css",
                "css\/izn-stats.min.css",
                "css\/izn-details.min.css"
            ],
            "matches": [
                "http:\/\/app.zeplin.io\/*",
                "https:\/\/app.zeplin.io\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "48": "img\/icon48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "localization\/*.json",
                "html\/*.html",
                "img\/*.png",
                "img\/*.gif",
                "img\/*.svg",
                "js\/inject_script_collect.min.js",
                "js\/inject_script_variables.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/app.zeplin.io\/*",
        "https:\/\/app.zeplin.io\/*"
    ]
}