Mrs Links a Lot

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

Mrs Links a Lot là gì?

Mrs Links a Lot là một tiện ích mở rộng Chrome được phát triển bởi https://diegoazevedo.com.br, và tính năng chính của nó là "We help you modify and share links to some Google Workspace apps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mrs Links a Lot

Tải xuống các tệp mở rộng Mrs Links a Lot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 🤗                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mrs Links a Lot Mrs Links a Lot
ID pmdlpjgnpaapidhdncafoabpfkcijgol
URL Chính Thức https://chromewebstore.google.com/detail/mrs-links-a-lot/pmdlpjgnpaapidhdncafoabpfkcijgol
Mô tả We help you modify and share links to some Google Workspace apps.
Kích Thước Tệp 471 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2023-03-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://diegoazevedo.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mrslinksalot.diegoazevedo.com.br
URL Trang Trợ Giúp https://mrslinksalot.diegoazevedo.com.br/support
URL Trang Chính Sách Bảo Mật https://diegoazevedo.com.br/privacidade
Ngôn Ngữ Được Hỗ Trợ 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"
}