Andaman7 Documents Uploader

Upload documents to your Andaman7 mobile app from your computer

Andaman7 Documents Uploader란 무엇입니까?

Andaman7 Documents Uploader은(는) https://andaman7.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload documents to your Andaman7 mobile app from your computer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Andaman7 Documents Uploader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With the Andaman7 Documents Uploader, you can upload documents to your Andaman7 health record from your desktop in just a few clicks.

The name of all uploaded documents can be changed and a written note can be added.

You need a free Andaman7 account to use this extension (More info on www.Andaman7.com).

**Take a screenshot**
You can take a screenshot of the active browser window, crop it if needed, and save it to one of your Andaman7 health record's document section.

**Upload documents**
Upload any document from your hard drive to one of your Andaman7 health record's document section.

**Edit your personal data**
Manage the personal data from your Andaman7's health record directly from your desktop. In just a few clicks, you can change your basic information, upload or change your profile picture and change the interface language.                    

확장 프로그램 기본 정보

이름 Andaman7 Documents Uploader Andaman7 Documents Uploader
ID ileiedbfckojhpmjbhimmdmaiaogmnbp
공식 URL https://chromewebstore.google.com/detail/andaman7-documents-upload/ileiedbfckojhpmjbhimmdmaiaogmnbp
설명 Upload documents to your Andaman7 mobile app from your computer
파일 크기 493 KB
설치 횟수 109
현재 버전 1.0.43
최근 업데이트 2023-09-05
출시 날짜 2019-12-19
개발자 https://andaman7.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.andaman7.com/en
도움말 페이지 URL https://andaman7.zendesk.com/hc/en-us/sections/115001299249-Web-Extension
개인정보 보호 정책 페이지 URL https://www.andaman7.com/privacy
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.43",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "host_permissions": [
        "",
        "https:\/\/prod-server.andaman7.com\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "img\/icon19.png",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}