Notion Automations
Extension to easily connect your Notion with Notion Automations
什么是Notion Automations?
Notion Automations是由https://notion-automations.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to easily connect your Notion with Notion Automations”。
扩展截图
下载Notion Automations扩展crx文件
下载Notion Automations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1-Click connect your Notion workspace with Notion automations.
扩展基本信息
名称 | Notion Automations |
ID | jeclnapdhfheooplcjplkhpldoklcdoo |
官方URL | https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo |
简介 | Extension to easily connect your Notion with Notion Automations |
文件大小 | 10.84 KB |
安装次数 | 1,266 |
当前版本 | 1.2.0 |
更新时间 | 2021-05-13 |
上架时间 | 2021-03-29 |
开发者 | https://notion-automations.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://notion-automations.com |
帮助页面URL | https://notion-automations |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/zapier.com\/engine\/auth\/start\/App122530CLIAPI@*", "https:\/\/zapier.com\/engine\/auth\/start\/App118620CLIAPI@*", "https:\/\/notion-automations.com\/*" ] } ], "description": "Extension to easily connect your Notion with Notion Automations", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Notion Automations", "permissions": [ "cookies", "tabs", "https:\/\/www.notion.so\/*", "https:\/\/zapier.com\/*", "https:\/\/notion-automations.com\/*" ], "version": "1.2.0" } |