Sudespacho Gmail
Sudespacho Gmail
Sudespacho Gmailとは何ですか?
Sudespacho Gmailはappsによって開発されたChromeの拡張機能で、その主な機能は「Sudespacho Gmail」です。
拡張機能のスクリーンショット
Sudespacho Gmail拡張機能のCRXファイルをダウンロード
Sudespacho Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
App para la interconexion entre gmail y sudespacho.net 拡張機能の基本情報
| 名前 | |
| ID | oofegagceofofojpdmkhhlalfanbkfbm |
| 公式URL | https://chromewebstore.google.com/detail/sudespacho-gmail/oofegagceofofojpdmkhhlalfanbkfbm |
| 説明 | Sudespacho Gmail |
| ファイルサイズ | 181 KB |
| インストール数 | 113 |
| 現在のバージョン | 0.1.4 |
| 最終更新日 | 2021-04-06 |
| 公開日 | 2019-03-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | apps |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://d2eb79appvasri.cloudfront.net/sudespacho/Privacidad%20APP%20Sudespacho.pdf |
| 対応言語 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sudespacho Gmail",
"description": "Sudespacho Gmail",
"version": "0.1.4",
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/icon16.png",
"default_title": "SuDespacho",
"default_popup": "templates\/popup_browser_action.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"scripts": [
"external\/jquery-3.1.0.min.js",
"external\/base64.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"css": [
"external\/jquery-ui.min.css",
"css\/content.css"
],
"js": [
"external\/jquery-3.1.0.min.js",
"external\/jquery-ui.min.js",
"inboxsdk.js",
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"identity",
"*:\/\/*.google.com\/*",
"https:\/\/www.inboxsdk.com\/*",
"https:\/\/eplanv3.sudespacho.net\/*",
"https:\/\/desarrollossl.sudespacho.local\/*",
"https:\/\/dev.sudespacho.net\/*",
"https:\/\/*.sudespacho.net\/*",
"storage"
],
"web_accessible_resources": [
"img\/*.png",
"templates\/*.html"
],
"content_security_policy": "script-src https:\/\/*.google.com 'self' 'unsafe-eval'; object-src 'self'",
"oauth2": {
"client_id": "614033864576-bh8afcgk15luuab98155b8765gkl7fla.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/gmail.modify",
"https:\/\/www.googleapis.com\/auth\/gmail.labels"
]
}
} | |