Upsales
Manage and organize your important e-mails with Upsales Gmail Sync. Avoid letting key correspondents fall through the cracks by…
什么是Upsales?
Upsales是由https://upsales.com开发的Chrome扩展程序,该扩展的主要功能是“Manage and organize your important e-mails with Upsales Gmail Sync. Avoid letting key correspondents fall through the cracks by…”。
扩展截图
下载Upsales扩展crx文件
下载Upsales扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Manage and organize your important e-mails with Upsales Gmail Sync.
Avoid letting key correspondents fall through the cracks by leaving emails in your inbox. Share them with your team through Upsales!
If the contact/company doesn't exist you can let the app create them in your Upsales account.
Attached documents? Don't worry, we'll save them as well. 扩展基本信息
| 名称 | |
| ID | dmamggdkgjfiddiedcoghmbdmjbfgcjd |
| 官方URL | https://chromewebstore.google.com/detail/upsales/dmamggdkgjfiddiedcoghmbdmjbfgcjd |
| 简介 | Manage and organize your important e-mails with Upsales Gmail Sync. Avoid letting key correspondents fall through the cracks by… |
| 文件大小 | 335 KB |
| 安装次数 | 669 |
| 当前版本 | 1.7.7 |
| 更新时间 | 2024-02-01 |
| 上架时间 | 2020-05-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://upsales.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.upsales.com/ |
| 帮助页面URL | https://support.upsales.com/hc/en-us/articles/360025154613-Gmail-Mail |
| 隐私政策页面URL | https://www.upsales.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Upsales",
"version": "1.7.7",
"description": "",
"options_page": "src\/options\/options.html",
"icons": {
"16": "src\/icons\/iconBlue16.png",
"48": "src\/icons\/iconBlue48.png",
"128": "src\/icons\/iconBlue128.png"
},
"content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/* https:\/\/use.fontawesome.com\/*; object-src 'self'",
"background": {
"scripts": [
"src\/lib\/js\/moment.min.js",
"src\/lib\/js\/moment-timezone.js",
"src\/lib\/js\/lodash.min.js",
"src\/lib\/js\/axios.min.js",
"src\/lib\/js\/jquery.min.js",
"src\/lib\/js\/md5.min.js",
"src\/background\/index.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"src\/lib\/css\/tagify.min.css",
"src\/lib\/css\/content.css",
"src\/lib\/css\/select2.min.css",
"src\/lib\/css\/datetimepicker.min.css"
],
"run_at": "document_end",
"js": [
"src\/lib\/js\/tagify.min.js",
"src\/lib\/js\/moment.min.js",
"src\/lib\/js\/moment-timezone.js",
"src\/lib\/js\/pusher.min.js",
"src\/lib\/js\/lodash.min.js",
"src\/lib\/js\/axios.min.js",
"src\/lib\/js\/inboxSDK.min.js",
"src\/lib\/js\/jquery.min.js",
"src\/lib\/js\/datetimepicker.min.js",
"src\/lib\/js\/select2.min.js",
"src\/lib\/js\/jquery.autocomplete.min.js",
"src\/lib\/js\/floatingFormLabels.min.js",
"src\/helpers\/index.js",
"src\/views\/index.js",
"src\/content\/index.js"
]
}
],
"permissions": [
"https:\/\/integration.upsales.com\/*",
"https:\/\/5ym60lx602.execute-api.eu-central-1.amazonaws.com\/master\/*",
"https:\/\/www.googleapis.com\/gmail\/*",
"storage",
"identity",
"identity.email"
],
"web_accessible_resources": [
"src\/lib\/css\/*",
"src\/lib\/js\/*",
"src\/icons\/*"
],
"browser_action": {
"default_icon": "src\/icons\/iconBlue48.png",
"default_popup": "src\/options\/options.html"
},
"author": "Konstantin Kuksin | |