HowNow

HowNow: Get the knowledge you need, where you need it.

ما هو HowNow؟

HowNow هو إضافة Chrome تم تطويرها بواسطة https://gethownow.com، والميزة الرئيسية لها هي "HowNow: Get the knowledge you need, where you need it.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HowNow

قم بتنزيل ملفات الامتداد HowNow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        From your workplace knowledge stored in shared folders, CRMs and helpdesks to expertly curated content, HowNow brings together all the knowledge you need in real-time and delivers it right where you need it.

Whether you’re in your CRM or in your Inbox, install the HowNow Chrome Extension and seamlessly add a layer of knowledge to your entire workflow and increase your productivity. Get up-to-date product info, sales collateral, productivity hacks, best practices, onboarding manuals and more, without spending time searching and switching context.

HowNow works with any website and app opened in Chrome so you can surface the knowledge you need, right where you work.                    

معلومات أساسية عن التمديد

الاسم HowNow HowNow
ID lobcjkdmlmilmhiadfdlbapfcmbnbple
عنوان URL الرسمي https://chromewebstore.google.com/detail/hownow/lobcjkdmlmilmhiadfdlbapfcmbnbple
الوصف HowNow: Get the knowledge you need, where you need it.
حجم الملف 1.45 MB
عدد التثبيتات 7,743
النسخة الحالية 1.90
آخر تحديث 2024-03-05
تاريخ النشر 2020-07-02
تقييم 5.00/5 مجموع تقييمات 21
المطور https://gethownow.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gethownow.com/
عنوان صفحة سياسة الخصوصية https://gethownow.com/privacy-policies
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HowNow",
    "version": "1.90",
    "omnibox": {
        "keyword": "hownow"
    },
    "description": "HowNow: Get the knowledge you need, where you need it.",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hownow.app\/",
        "https:\/\/*.hownow.tech\/",
        "https:\/\/*.hownow.cloud\/",
        "https:\/\/*.hownowindia.com\/",
        "http:\/\/localhost:3000\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "extension_options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "popup_check.html",
        "default_icon": {
            "16": "images\/hownow-16.png",
            "32": "images\/hownow-32.png",
            "48": "images\/hownow-48.png",
            "128": "images\/hownow-128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+H",
                "mac": "Command+Shift+H",
                "chromeos": "Ctrl+Shift+H",
                "linux": "Ctrl+Shift+H"
            }
        }
    },
    "icons": {
        "16": "images\/hownow-16.png",
        "32": "images\/hownow-32.png",
        "48": "images\/hownow-48.png",
        "128": "images\/hownow-128.png"
    },
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "new_tab_override.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com.au\/*",
                "https:\/\/www.google.at\/*",
                "https:\/\/www.google.bs\/*",
                "https:\/\/www.google.com.bd\/*",
                "https:\/\/www.google.be\/*",
                "https:\/\/www.google.bt\/*",
                "https:\/\/www.google.com.br\/*",
                "http:\/\/www.google.cn\/*",
                "https:\/\/www.google.com.cy\/*",
                "https:\/\/www.google.dk\/*",
                "https:\/\/www.google.cz\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.gr\/*",
                "https:\/\/www.google.com.hk\/*",
                "https:\/\/www.google.hu\/*",
                "https:\/\/www.google.is\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.co.id\/*",
                "https:\/\/www.google.com.my\/*",
                "https:\/\/www.google.com.mx\/*",
                "https:\/\/www.google.com.np\/*",
                "https:\/\/www.google.co.nz\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.google.com.pk\/*",
                "https:\/\/www.google.com.ph\/*",
                "https:\/\/www.google.ru\/*",
                "https:\/\/www.google.ro\/*",
                "https:\/\/www.google.sc\/*",
                "https:\/\/www.google.lk\/*",
                "https:\/\/www.google.ch\/*",
                "https:\/\/www.google.se\/*",
                "https:\/\/www.google.co.th\/*",
                "https:\/\/www.google.com.sg\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.ae\/*",
                "https:\/\/www.google.com.tr\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "scripts\/common_search.js",
                "search_overlay.js"
            ],
            "css": [
                "search_overlay.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "extension-injection.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html-templates\/*",
                "images\/*",
                "popup.html",
                "search_overlay.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3oyTyrYJJp7gLyA5N0NB9pKz1ZEyeC+tH4rQK8\/eCfOrcEEfwEB85AXNBCLEObSObYC6oufQDx5mqIgBMCS1tfUF13Eaf25L9XlbJuvHfQOkCRD4F4krJDhWbAIWGuIcoJxijWMe4St0n+IYF5pSYya\/f7ouU2FrxLE6tbY8kKXX\/uEys+YpXcIA5Rh6+CxGhxnzzBFXosTFPPGCPCUBJttiJ0O4MnT0tBpVHSR5XtK7\/+53ngMm3a3YWWPsgSOM6UHBXrguLUfq\/xYmx1yW\/UUJn2Xx7ViUT\/5SAFTvi4rvyMx\/fN8cG4ihAF1mVu7FsaUv1yuwbN+POkYqxJMm+wIDAQAB",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/hownow.app\/*",
            "https:\/\/hownowindia.com\/*",
            "https:\/\/hownow.cloud\/*"
        ]
    }
}