Notion Automations
Extension to easily connect your Notion with Notion Automations
Notion Automations là gì?
Notion Automations là một tiện ích mở rộng Chrome được phát triển bởi https://notion-automations.com, và tính năng chính của nó là "Extension to easily connect your Notion with Notion Automations".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Notion Automations
Tải xuống các tệp mở rộng Notion Automations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
1-Click connect your Notion workspace with Notion automations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notion Automations |
ID | jeclnapdhfheooplcjplkhpldoklcdoo |
URL Chính Thức | https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo |
Mô tả | Extension to easily connect your Notion with Notion Automations |
Kích Thước Tệp | 10.84 KB |
Số Lần Cài Đặt | 1,266 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-05-13 |
Ngày Phát Hành | 2021-03-29 |
Nhà Phát Triển | https://notion-automations.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://notion-automations.com |
URL Trang Trợ Giúp | https://notion-automations |
Ngôn Ngữ Được Hỗ Trợ | 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" } |