AHAU 260 for Chrome

Manage your work and projects within AHAU 260 for Chrome!

AHAU 260 for Chrome क्या है?

AHAU 260 for Chrome https://ahau260.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your work and projects within AHAU 260 for Chrome!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में AHAU 260 for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        AHAU260 for Edge helps managers, designers and developers stay focused via creating the integrations between Jira, Asana, Birdview, Redmine and Microsoft 365, Outlook, Teams, Adobe CC and other go-to software tools. 

Use the AHAU260 addon to: 

✔  Create tasks 

Easily send webpages to Jira, Asana, Redmine or Birdview as new tasks, or associate them with the existing entities (tasks, emails and threads, documents, conversations) 

✔ Access your tasks easily 

Get direct access to relevant tasks, bookmarks, files, email threads and discussions from AHAU260 browser extension without switching to a new webpage 

✔ Update and manage tasks 

Track the progress, log time, choose the priority, dates, and more. Update the tasks swiftly from your browser. 

✔  Attach a screenshot of the page to your message 

Use the specially designed form to send a direct message with a screenshot of a web page without leaving the website. 

✔  Manage your checklists 

Use the checklist to manage all your tasks, while you are working on a website. Track all the checklist items in order to stay up-to-date. 


Supported integrations: 

⇨ Microsoft 365 (Outlook, Word, Excel, PowerPoint, Project)
⇨ Jira, Asana, Birdview, Redmine
⇨ Adobe Creative Cloud (Photoshop, Illustrator, InDesign)
⇨ Chromium Browsers (Chrome, Firefox, Edge)


Start easily 

You will need an AHAU260 account to use this extension. Sign up today on www.ahau260.com and enjoy a 14-day free trial!  

Got questions? 

Reach out to our Customer Success Representatives: [email protected]                    

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

नाम AHAU 260 for Chrome AHAU 260 for Chrome
ID ndibppcmlmmlbmlpiakhbkcideogjemk
आधिकारिक URL https://chromewebstore.google.com/detail/ahau-260-for-chrome/ndibppcmlmmlbmlpiakhbkcideogjemk
विवरण Manage your work and projects within AHAU 260 for Chrome!
फ़ाइल का आकार 184 KB
स्थापना संख्या 49
वर्तमान संस्करण 2.5.4
अंतिम अपडेट 2023-06-15
प्रकाशन तिथि 2020-10-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://ahau260.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ahau260.com
सहायता पृष्ठ URL https://www.ahau260.com/kb
गोपनीयता नीति पृष्ठ URL https://ahau260.com/terms-of-use
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Ahau Software",
    "short_name": "AHAU 260",
    "version": "2.5.4",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/ahau260\/16.png",
        "32": "images\/ahau260\/32.png",
        "64": "images\/ahau260\/64.png",
        "128": "images\/ahau260\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popupOnPage.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "name": "AHAU 260 for Chrome",
    "description": "Manage your work and projects within AHAU 260 for Chrome!",
    "homepage_url": "https:\/\/www.ahau260.com\/integrations\/chrome#chrome",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.ahau260.com\/chromium\/*"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "pageCapture",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/ahau260\/16.png",
            "32": "images\/ahau260\/32.png",
            "64": "images\/ahau260\/64.png",
            "128": "images\/ahau260\/128.png"
        },
        "default_title": "AHAU 260",
        "default_popup": "popup.html"
    }
}