Meetric.com Calendar Integration
Easily add Meetric.com meeting links in Google Calendar
Hvad er Meetric.com Calendar Integration?
Meetric.com Calendar Integration er en Chrome-udvidelse udviklet af https://meetric.com, og dens hovedfunktion er "Easily add Meetric.com meeting links in Google Calendar".
Udvidelsesskærmbilleder
Download Meetric.com Calendar Integration-udvidelses-CRX-fil
Download Meetric.com Calendar Integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Meetric is a meeting platform that helps companies capture, analyze and optimize sales meetings with AI. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cekdbiabllbebcpnnhlmdjkaniplpnnl |
| Officiel URL | https://chromewebstore.google.com/detail/meetriccom-calendar-integ/cekdbiabllbebcpnnhlmdjkaniplpnnl |
| Beskrivelse | Easily add Meetric.com meeting links in Google Calendar |
| Filstørrelse | 229 KB |
| Antal Installationer | 168 |
| Nuværende Version | 1.12.5 |
| Senest Opdateret | 2023-02-02 |
| Udgivelsesdato | 2022-08-26 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://meetric.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.meetric.com |
| Hjælpeside-URL | https://www.meetric.com |
| URL til Fortrolighedspolitik Side | https://www.meetric.com/compliance/privacy-policy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
}
},
"version": "1.12.5",
"author": "agungjk",
"name": "Meetric.com Calendar Integration",
"description": "Easily add Meetric.com meeting links in Google Calendar",
"permissions": [
"storage",
"cookies"
],
"background": {
"service_worker": "background.5fadff2f.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/*"
],
"js": [
"google-calendar.fa1967b8.js"
],
"css": []
},
{
"matches": [
"https:\/\/calendar.google.com\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/*.upsales.com\/*",
"https:\/\/*.hubspot.com\/*",
"https:\/\/*.meetric.com\/*"
],
"js": [
"global.42dabcdd.js"
],
"css": [
"global.b8abc9a3.css"
],
"all_frames": true
},
{
"matches": [
"https:\/\/login.meetric.com\/login"
],
"js": [
"meetric.8153cf9c.js"
],
"all_frames": true,
"css": []
},
{
"matches": [
"https:\/\/*.hubspot.com\/*"
],
"js": [
"hubspot.9ca1adee.js"
],
"css": []
},
{
"matches": [
"https:\/\/*.pipedrive.com\/*"
],
"js": [
"pipedrive.d39ba204.js"
],
"css": []
},
{
"matches": [
"https:\/\/*.upsales.com\/*"
],
"js": [
"upsales.b0103b69.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/*.meetric.com\/*",
"https:\/\/*.pipedrive.com\/*",
"https:\/\/*.upsales.com\/*",
"https:\/\/*.hubspot.com\/*",
"https:\/\/calendar.google.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"128.png",
"48.png",
"scripts\/watcher.js"
],
"matches": [
"https:\/\/calendar.google.com\/*",
"https:\/\/login.meetric.com\/*"
]
}
]
} | |