Extension Genie

Combination of NDSS Autofill, API Med and Reveal HealthShare

Extension Genieคืออะไร?

Extension Genie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pharma Anywhere และคุณลักษณะหลักของมันคือ "Combination of NDSS Autofill, API Med and Reveal HealthShare"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Genie

ดาวน์โหลดไฟล์ส่วนขยาย Extension Genie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension Genie:

Extension Genie is a productivity tool for retail pharmacists in Australia to increase speed and efficiency on a day-to-day basis. It facilitates and speeds the process of recording some services. e.g., NDSS and Project Stop. It also extends the functionalities of API wholesaler website. Pharmacists will be able to switch the extension options on and off and have complete control of which functionalities they choose to run/stop. 

We will regularly add more functionalities to help pharmacists who work under immense pressure and improve pharmacy performance. That is why we would appreciate your feedback, through the feedback button at the end of the settings page, if we missed anything or if you have more ideas, you want it implemented. 

Here is a complete list of all added functionalities:

API wholesaler

    • Add reminder to items.
    • Expensive items prompt to alert the pharmacist to double-check expensive items selected.
    • Sort items in the cart by price.
    • We have replaced the total order value of the cart at the top of the order page for a quick review before submitting the order.
    • Highlight expensive items above a specified amount. 
    • Make prices font and color more prominent. 

NDSS

    • Tick patient’s “Correct phone and email” boxes. 
    • Tick in the “Details are correct” box.
    • Set focus to “Next.” So on the page, all you need to do is click “Enter.”

GuildCareNG (Project Stop)

    • Tick “Purchaser has given informed consent” to open the rest of the form field.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Extension Genie Extension Genie
ID ielhlbklnkfnimicalabdnjmeppnpheb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-genie/ielhlbklnkfnimicalabdnjmeppnpheb
คำอธิบาย Combination of NDSS Autofill, API Med and Reveal HealthShare
ขนาดไฟล์ 359 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2022-06-02
วันที่เผยแพร่ 2022-01-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Pharma Anywhere
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/f702f6cb-eaad-47c2-a89a-e39523e4e57a
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Genie",
    "version": "2.0.6",
    "description": "Combination of NDSS Autofill, API Med and Reveal HealthShare",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "AIO",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.guildcareng.com.au\/*"
            ],
            "css": [
                "css\/float.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/float.js",
                "js\/utilities.js",
                "js\/guildcare.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.ppaonline.com.au\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/historyChecker.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.connect.ndss.com.au\/*"
            ],
            "css": [
                "css\/float.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/float.js",
                "js\/ndssCopyPaste.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/connect.ndss.com.au\/ValidateRegistrantDetails*"
            ],
            "css": [
                "css\/float.css",
                "css\/bootstrap.css",
                "css\/toastr.min.css",
                "css\/contentStyle.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/float.js",
                "js\/toastr.min.js",
                "js\/arrive.min.js",
                "js\/jquery.simulate.js",
                "js\/contentScriptNDSS.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/my.api.net.au\/*"
            ],
            "exclude_matches": [
                "https:\/\/my.api.net.au\/customer\/account\/login\/"
            ],
            "css": [
                "css\/contentStyle.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/arrive.min.js",
                "js\/contentScriptMyAPI.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/my.api.net.au\/*",
                "https:\/\/my.api.net.au\/*"
            ],
            "exclude_matches": [
                "https:\/\/my.api.net.au\/customer\/account\/login\/"
            ],
            "css": [
                "css\/float.css",
                "css\/bootstrap.css",
                "css\/toastr.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.simulate.js",
                "js\/float.js",
                "js\/arrive.min.js",
                "js\/toastr.min.js",
                "js\/sweetalert.min.js",
                "js\/contentScriptAPIMed.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.healthshare.com.au\/*",
                "https:\/\/*.healthshare.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/float.js",
                "js\/contentScriptRevealHS.js"
            ],
            "css": [
                "css\/float.css",
                "css\/bootstrap.css",
                "css\/toastr.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/my.api.net.au\/*",
                "https:\/\/my.api.net.au\/*",
                "*:\/\/my.api.net.au\/*.*"
            ],
            "exclude_matches": [
                "https:\/\/my.api.net.au\/customer\/account\/login\/"
            ],
            "css": [
                "css\/bootstrap.css",
                "css\/contentStyle.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/toastr.min.js",
                "js\/sweetalert.min.js",
                "js\/arrive.min.js",
                "js\/jquery.copycss.js",
                "js\/contentScriptReminders.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.ppaonline.com.au\/*"
            ],
            "js": [
                "js\/utilities.js",
                "js\/contentScriptPPAOnline.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo_128.jpg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "author": "PharmaAnywhere"
}