Notion API Connector
Connect and import data from any API to Notion
Vad är Notion API Connector?
Notion API Connector är en Chrome-tillägg utvecklad av https://notionapiconnector.com, och dess huvudfunktion är "Connect and import data from any API to Notion".
Tilläggsskärmbilder
Ladda ner Notion API Connector-förlängningens CRX-fil
Ladda ner Notion API Connector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Notion API Connector |
ID | bafkcebllidammdngjlpcgnoodkappdg |
Officiell webbadress | https://chromewebstore.google.com/detail/notion-api-connector/bafkcebllidammdngjlpcgnoodkappdg |
Beskrivning | Connect and import data from any API to Notion |
Filstorlek | 1.32 MB |
Antal Installationer | 391 |
Aktuell Version | 1.0.11 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2023-05-15 |
Utvecklare | https://notionapiconnector.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://notionapiconnector.com |
Hjälpsida URL | https://notionapiconnector.com/contact |
URL till Sekretesspolicy Sidan | https://salesforcetonotion.com/privacy-policy |
Stödda Språk | 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 } ] } |