Notion API Connector

Connect and import data from any API to Notion

Notion API Connectorとは何ですか?

Notion API Connectorはhttps://notionapiconnector.comによって開発されたChromeの拡張機能で、その主な機能は「Connect and import data from any API to Notion」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Notion API Connector拡張機能のCRXファイルをダウンロード

Notion API Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Notion Api Connector is a powerful, easy-to-use extension that pulls data from any API into Notion. Create your own custom connections by running custom REST API endpoints.

Notion Api Connector supports the following HTTP methods: GET, POST, PUT, PATCH, and DELETE. You can add headers and request body parameters as JSON, form-data, or x-www-form-urlencoded.

Preview API responses in an easy-to-read tabular format and refine your data import to ensure that only the most relevant information is transferred to Notion.                    

拡張機能の基本情報

名前 Notion API Connector Notion API Connector
ID bafkcebllidammdngjlpcgnoodkappdg
公式URL https://chromewebstore.google.com/detail/notion-api-connector/bafkcebllidammdngjlpcgnoodkappdg
説明 Connect and import data from any API to Notion
ファイルサイズ 1.32 MB
インストール数 391
現在のバージョン 1.0.11
最終更新日 2024-02-15
公開日 2023-05-15
開発者 https://notionapiconnector.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://notionapiconnector.com
ヘルプページのURL https://notionapiconnector.com/contact
プライバシーポリシーページのURL https://salesforcetonotion.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion API Connector",
    "description": "Connect and import data from any API to Notion",
    "version": "1.0.11",
    "action": {
        "default_title": "Notion API Connector",
        "default_popup": "icon-popup.html"
    },
    "icons": {
        "16": "src\/assets\/logo_white_bcg_16.png",
        "32": "src\/assets\/logo_white_bcg_32.png",
        "48": "src\/assets\/logo_white_bcg_48.png",
        "128": "src\/assets\/logo_white_bcg_128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.385dfc85.js"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "css": [
                "assets\/main.42c6f085.css"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.notionapiconnector.com\/*",
        "https:\/\/api.notion.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "resources": [
                "assets\/api.5957c53d.js",
                "assets\/main.tsx.d2ea31a9.js"
            ],
            "use_dynamic_url": true
        }
    ]
}