Youtube Influencers CRM Sync to Google Sheets

Youtube Influencers CRM Sync to Google Sheets

Extension Youtube Influencers CRM Sync to Google Sheets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.75",
  "manifest_version": 3,
  "name": "__MSG_appNameYoutube__",
  "description": "__MSG_appDescYoutube__",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_appIconTitleYoutube__",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "identity",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "/lib/browser-polyfill.js",
        "contentScript.bundle.js"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "chromeos": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+Y"
      }
    }
  },
  "oauth2": {
    "client_id": "946757042387-s91nr87h9nf763dtttr47gl58qrfnvqu.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlHzUVlR4y8m/a7dmZy+AU+aIzOwXk+TvRonv1ocLxL+q2p8aFpSMtSTu9uv41fB1YXnZM1d1iaYP/QoK050ApHae8MIe1iTp4C7sdqDvTixyj0dpCN3J5djPFGK18LJ9MN14ffEVN7wRNzxJYvdPmPkmbp+GBO955m92aUfCt27jdK2GCGd0LTOtwb6J3zPMpSSA3L8Ky6t94vdwMGST/LXRf38UE6N92s7qcw9HjB2mAWRUsi8pYr0b1lpyCU4vTVrGW+miBhe2L3Jvj78pN77f69GLokj9RKFHS0WXbkQ5Vg77IsLB0AEJ0UI7tE3FW9wr8ww0+cn8MkAP9WYPlwIDAQAB"
}