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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We help you modify and share links to some Google Workspace apps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mrs Links a Lot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}