Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Hello, all I want to do is to create and use a Test Add-on

未关闭
#554 2 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@vinay-google 已经在做这个了。

开始于 2025年7月28日。

评估

这个 Issue 还没有评估数据。

描述

Hello. It is really easy to run console.log("Hello World") in the console.

But why is it so difficult to run an addon on Google Docs? All, I wanted to do is create an Add-On, that exists across all Google Docs automatically. I do not want to have to do too much bureaucracy just to install an addon.

Please, fix it, please. I will not rest until it is not fixed. What in the world is this bruh. I saw my addon, and when I add this:

  "addOns": {
    "common": {
      "homepageTrigger": {
        "runFunction": "onDefaultHomePageOpen",
        "enabled": true
      },
      "logoUrl": "https://ssl.gstatic.com/docs/script/images/logo/script-64.png",
      "name": "Demo Google Workspace add-on",
      "useLocaleFromApp": true
    },
    "docs": {
      "homepageTrigger": {
        "runFunction": "onOpen",
        "enabled": true
      }
    }

I can't test the deployment anymore, because it says it needs to be approved. But what the hell is the point of like app manifest file if I can't test, what...

Approval makes sense only if you publish the app to everyone in the world. Why can't I use my own Add-on help.

 

It should be as easy as drag and dropping a Folder into Google Chrome so that it recognises it as an Extension.

But this thing here, it's worser, more difficult and then it makes me lose my mind, please fix it.

 

I saw a page mixed with untranslated text on Google Workspace, and I do not know what an "Internal" Account means, but this Google Workspace website it looks broken. Broken means, no account :/ soooo...
Do you need an account? No, yes? What do I do, so I can just have a "local" Add-on? What do I do. And why can't I have certain Google Services, in individual languages. Why can I only globally set one language per page?

主要语言
JavaScript
星标
5.2k
派生
2k
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

googleworkspace/apps-script-samples 的其他 Issue

查看 googleworkspace/apps-script-samples 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。