Mrs Links a Lot

We help you modify and share links to some Google Workspace apps.

Mrs Links a Lot란 무엇입니까?

Mrs Links a Lot은(는) https://diegoazevedo.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We help you modify and share links to some Google Workspace apps."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mrs Links a Lot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever needed to copy a link from a Slide and send it to your friend or co-worker? If so, this extension was made for you!

With Mrs Links a Lot you will be able to choose between several link options, to download in PDF, image, among others...

Just click on the extension icon and if the site is supported you will see all available options for the tab and service related to that tab.

This extension has been thought through so that it is accessible to use, if you have a suggestion or criticism about accessibility, please contact support immediately, we will treat accessibility issues with the highest priority. Web for everyone 🤗                    

확장 프로그램 기본 정보

이름 Mrs Links a Lot Mrs Links a Lot
ID pmdlpjgnpaapidhdncafoabpfkcijgol
공식 URL https://chromewebstore.google.com/detail/mrs-links-a-lot/pmdlpjgnpaapidhdncafoabpfkcijgol
설명 We help you modify and share links to some Google Workspace apps.
파일 크기 471 KB
설치 횟수 94
현재 버전 0.9
최근 업데이트 2023-09-21
출시 날짜 2023-03-29
평점 5.00/5 총 1 개의 평점
개발자 https://diegoazevedo.com.br
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mrslinksalot.diegoazevedo.com.br
도움말 페이지 URL https://mrslinksalot.diegoazevedo.com.br/support
개인정보 보호 정책 페이지 URL https://diegoazevedo.com.br/privacidade
지원되는 언어 en,fr,es,pt-BR,pt-PT,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Diego Azevedo",
    "version": "0.9",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "24": ".\/icons\/icon24.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "action": {
        "default_icon": ".\/icons\/icon128.png",
        "default_popup": ".\/popup.html",
        "default_title": "__MSG_default_title__"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/*",
        "https:\/\/jamboard.google.com\/*"
    ],
    "background": {
        "service_worker": ".\/scripts\/service_worker.js",
        "type": "module"
    },
    "default_locale": "en"
}