Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Notion Hook",
"version": "1.0",
"description": "Enhances Notion page buttons by turning them into webhooks unlocking endless automation possibilities.",
"permissions": [],
"host_permissions": [
"https:\/\/*.notion.so\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.notion.so\/*",
"https:\/\/*.notion.site\/*"
],
"js": [
"content.js"
]
}
],
"action": []
}