Autotask - Only with tabs.

Forces Chrome to open new tabs instead of endless popup windows in Autotask

Autotask - Only with tabs. क्या है?

Autotask - Only with tabs. Sam Petch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces Chrome to open new tabs instead of endless popup windows in Autotask"।

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

screenshot

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

crx प्रारूप में Autotask - Only with tabs. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple Chrome extension to force Autotask PSA (Datto) to use tabs instead of opening loads of windows all of the time.

Also adds in Autotask URLs into the Chrome popup whitelist to stop Livelinks etc from breaking.                    

एक्सटेंशन की मूल जानकारी

नाम Autotask - Only with tabs. Autotask - Only with tabs.
ID onanbpdhdbngpgacgppdggppfpogobdf
आधिकारिक URL https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf
विवरण Forces Chrome to open new tabs instead of endless popup windows in Autotask
फ़ाइल का आकार 7.65 KB
स्थापना संख्या 2,935
वर्तमान संस्करण 0.9
अंतिम अपडेट 2021-02-09
प्रकाशन तिथि 2019-05-09
रेटिंग 4.08/5 कुल 12 रेटिंग्स
डेवलपर Sam Petch
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Invertee/Tabbed-Autotask
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Autotask - Only with tabs."
    },
    "description": "Forces Chrome to open new tabs instead of endless popup windows in Autotask",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Autotask - Only with tabs.",
    "short_name": "Tabbed-Autotask",
    "homepage_url": "https:\/\/github.com\/Invertee\/Tabbed-Autotask",
    "permissions": [
        "contentSettings",
        "https:\/\/*.autotask.net\/*"
    ],
    "version": "0.9"
}