SlidesPro

SlidesPro

SlidesPro live translates your speech to text to 100+ languages when presenting Google Slides and exports the caption

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SlidesPro",
  "description": "SlidesPro live translates your speech to text to 100+ languages when presenting Google Slides and exports the caption",
  "version": "39.2.2",
  "homepage_url": "http://automagicalapps.com",
  "icons": {
    "128": "UnicornMagic128x128.png"
  },
  "browser_action": {
    "default_icon": "UnicornMagic128x128.png",
    "default_popup": "credentials.html"
  },
  "background": {
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "*://*.docs.google.com/presentation/*",
      "*://*.docs.google.com/*/presentation/*"
    ]
  },
  "permissions": [
    "identity",
    "activeTab",
    "webNavigation",
    "storage",
    "https://us-central1-unicorn-magic-translate.cloudfunctions.net/translate",
    "https://www.googleapis.com/auth/documents"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/presentation/*",
        "https://docs.google.com/*/presentation/*"
      ],
      "all_frames": true,
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.webrtc-experiment.com/RecordRTC.js https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.debug.js https://www.googleapis.com https://apis.google.com/js/api.js https://apis.google.com/js/client.js https://apis.google.com/* https://us-central1-unicorn-magic-translate.cloudfunctions.net/translate; object-src 'self' ",
  "oauth2": {
    "client_id": "655009298070-ql0rl2ut5hu9uk04kips80g5r54gq4fl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/documents"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmjqL60AfDRPGfe52czBBgjVKD07wpnahnL08nKARhv3DV8f8+54ohW9kNx6m8Mz9FfUZGGrvd9ZgVflNq7aGnQVkh+qutU5ejVa92LLpoiZobVz1mRmSnFmib/f/0iuQ76ftDRdfRwgOPgk6nuo6R2/BqlwkPoPtMncSt/CKd4IpNyNt6sZJVc6n+99GozcJg6G7B/ghm6NltH7W38ALHIowM3tc4CsxVZQ3atj1gMTETuHDnQvIYpQ0G+DYOfNZDdtARaKEGdqJFqEIRGpRfDrHUby0ZNqcqbBOvH0xFBx87dYvMmEB5e3UP2jPU4+Svzl5Pr2YjYdC051d+NhXZwIDAQAB"
}