SalesHood
Enhance your SalesHood experience by improving integrations with other systems.
Hvad er SalesHood?
SalesHood er en Chrome-udvidelse udviklet af SalesHood Inc., og dens hovedfunktion er "Enhance your SalesHood experience by improving integrations with other systems.".
Udvidelsesskærmbilleder
Download SalesHood-udvidelses-CRX-fil
Download SalesHood-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
Installing this extension will enable you to view embedded content from most websites without leaving SalesHood. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ojifjnngghhagndjdfeemiccjppainil |
| Officiel URL | https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil |
| Beskrivelse | Enhance your SalesHood experience by improving integrations with other systems. |
| Filstørrelse | 26.97 KB |
| Antal Installationer | 2,832 |
| Nuværende Version | 0.0.9 |
| Senest Opdateret | 2023-05-03 |
| Udgivelsesdato | 2022-12-08 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | SalesHood Inc. |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.saleshood.com |
| Hjælpeside-URL | https://support.saleshood.com/ |
| URL til Fortrolighedspolitik Side | https://saleshood.com/privacy-policy |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.saleshood.com\/*",
"*:\/\/*.skillshood.com\/*",
"*:\/\/saleshood.lvh.me\/*"
],
"js": [
"\/content\/webapp-content-script.js"
]
}
],
"description": "Enhance your SalesHood experience by improving integrations with other systems.",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "\/images\/icon-16x16.png",
"32": "\/images\/icon-32x32.png",
"48": "\/images\/icon-48x48.png",
"128": "\/images\/icon-128x128.png"
},
"manifest_version": 3,
"name": "SalesHood",
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"activeTab"
],
"version": "0.0.9"
} | |