Get code from my google spreadsheet addon after publishing

六眼飞鱼酱① 提交于 2019-12-04 18:59:54

I figured out a way to find the code.

From your developer dashboard: https://chrome.google.com/webstore/developer/dashboard

click on more info and then click to download the main.crx file for the addon you're interested in.

main.crx is a zip file which you should be able to unzip. On linux or mac you can do it from the command line unzip yourfilename_main.crx

open up manifest.json and look for "container_id" the string after that is the file ID of your script.

https://script.google.com/d/container_id_of_your_script_here/edit

It's not possible to get the source code from the Chrome Web Store. Instead you have to find the file that holds your Google Apps Script project. Take a look to the Trash of your Google Drive. For further details see Find or recover a file - Google Drive Help

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!