SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Hvad er SmartGMAIL Patch?
SmartGMAIL Patch er en Chrome-udvidelse udviklet af https://www.smartthing.org, og dens hovedfunktion er "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
Udvidelsesskærmbilleder
Download SmartGMAIL Patch-udvidelses-CRX-fil
Download SmartGMAIL Patch-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
                                             Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | hejcfkngjnkldnopakhhkmngdkcigogm | 
| Officiel URL | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm | 
| Beskrivelse | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. | 
| Filstørrelse | 3.91 KB | 
| Antal Installationer | 49 | 
| Nuværende Version | 1.4 | 
| Senest Opdateret | 2017-03-22 | 
| Udgivelsesdato | 2017-03-22 | 
| Udvikler | https://www.smartthing.org | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.smartthing.org/portfolio/smartgmail/ | 
| Hjælpeside-URL | http://support.smartthing.org | 
| URL til Fortrolighedspolitik Side | https://www.smartthing.org/privacy-policy | 
| Understøttede Sprog | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartGMAIL Patch",
    "version": "1.4",
    "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "smartgmail.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "smartgmail-user.js"
    ]
}  |  |