Notion API Connector
Connect and import data from any API to Notion
Notion API Connector क्या है?
Notion API Connector https://notionapiconnector.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect and import data from any API to Notion"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notion API Connector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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 } ] } |