FieldCopy

Copy and paste full patient records between popular practice management and scheduling apps.

Was ist FieldCopy?

FieldCopy ist eine Chrome-Erweiterung, die von Irisoft entwickelt wurde, und ihr Hauptmerkmal ist "Copy and paste full patient records between popular practice management and scheduling apps.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FieldCopy-Erweiterungs-CRX-Datei herunterladen

Laden Sie FieldCopy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        No more time wasted on duplicate data entry. Supports two-way copy+paste between Eyefinity PM, AcuityLogic and Eppointments (TAB). Unlimited use of Free version. Upgrades to support more websites and features coming soon.                    

Grundlegende Informationen zur Erweiterung

Name FieldCopy FieldCopy
ID cjfmncmoenoobodhlcmhihjimffjlnmh
Offizielle URL https://chromewebstore.google.com/detail/fieldcopy/cjfmncmoenoobodhlcmhihjimffjlnmh
Beschreibung Copy and paste full patient records between popular practice management and scheduling apps.
Dateigröße 435 KB
Installationsanzahl 467
Aktuelle Version 1.13
Letztes Update 2018-02-10
Veröffentlichungsdatum 2018-02-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Irisoft
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FieldCopy",
    "short_name": "FieldCopy",
    "description": "Copy and paste full patient records between popular practice management and scheduling apps.",
    "version": "1.13",
    "icons": {
        "256": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "FieldCopy"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "1068734067978-pnadlms6bqs0qr75uhdn8tmnct9dgu5a.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi8uIDZnEGbyaUHIdc74dhLDWVgNOmbfBKY9TSeFE4JKv6FVMv8sxUCgil9CzrZbFUJ6gu5NooDPhRf\/Pb+nB9CuJplEtN9h20BOmhn4CYz1JJJ4Fe0C7VyUQgETgObAPxyy17YJols74aHy0\/0zwJAHg9FEdDkzgs5D1jMjQ55bnHYD1GTyjVNVkDASrHPeSZVFLYtu8Znjx51dOaMr3aZojRKEkelqpufKDvtSqBvp6z\/KKsX+\/iNpLSO6DLQ\/vk+Z4A29EWiFFOmUoTrPGwmozeO+kt6fT3wy0OdjHdn8mHsdFx+HtLXpGkB3\/u3EE62ZP+pM6HjBMhjS60lQ4BwIDAQAB"
}