Send to Zapier

Send to Zapier

Export all text, images, titles and send to a Zapier webhook to trigger a zap.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extName__",
  "default_locale": "en",
  "version": "1.0.3",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "author": "stefanXO",
  "icons": {
    "512": "images/upload.png"
  },
  "permissions": [
    "activeTab",
    "https://hooks.zapier.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "512": "images/upload.png"
    },
    "default_popup": "popup.html"
  }
}