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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Notion Automations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        1-Click connect your Notion workspace with Notion automations.                    

확장 프로그램 기본 정보

이름 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"
}