Using my own Google Docs addon without publishing it
I have just made an addon for Google docs, successfully tested it and now I would like to use it. It's very simple, it just shows the id of the current document. This is the most important part of the script, just called by the onOpen(e) function: DocumentApp.getUi().alert(DocumentApp.getActiveDocument().getId()) When I tested it by the Publish/Test as addon (I am not sure with English titles, I translated the button names from Czech) it works exactly as I want. How can I use it the same was as I would download it from the webstore? I don't want to publish it, because it isn't much useful for