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. 擴展基本資訊
| 名稱 | |
| ID | jeclnapdhfheooplcjplkhpldoklcdoo |
| 官方網址 | 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"
} | |