I published a script I wrote in Google Apps Scripts to Chrome Webstore. However, it is linked to a different script URL than the one I am using, so when I open the webpage it simply says: Function doGet() not found
. However, when I open the correct URL including /exec
in the browser it runs correctly.
Why is this happening?
And why is it only displaying "Visit website" and not "Add to chrome"?