AppWise

One search across multiple accounts.

AppWiseคืออะไร?

AppWise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AppWise และคุณลักษณะหลักของมันคือ "One search across multiple accounts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppWise

ดาวน์โหลดไฟล์ส่วนขยาย AppWise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AppWise enables you to search across multiple online accounts in one shot.  AppWise provides deep, full-text search and OCR integrated with 40+ of the leading business applications (Full list available: https://www.appdirect.com/products/appwise/features/integrations).

Easy access the search console by toggling open/close to search with Command+shift+a (Mac) or Ctrl+shift+a (Windows).

Read more about AppWise in TechCrunch: http://techcrunch.com/2014/09/09/xendo-introduces-search-across-cloud-services-at-disrupt-sf/

Security is our top priority, AppWise is hosted in SSAE 16 and ISO 27001 certified data centers and independently certified as Enterprise-ready by SkyHigh Networks.  You’re the only one who can see your documents.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AppWise AppWise
ID oemoigmdngfbmcldjhfeifibifclbdhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/appwise/oemoigmdngfbmcldjhfeifibifclbdhc
คำอธิบาย One search across multiple accounts.
ขนาดไฟล์ 1.36 MB
จำนวนการติดตั้ง 484
เวอร์ชันปัจจุบัน 2.1.89
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-11
คะแนน 4.65/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา AppWise
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.appdirect.com/products/appwise
URL หน้าช่วยเหลือ http://help.appwise.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.appdirect.com/about/privacy-notice
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AppWise",
    "description": "One search across multiple accounts.",
    "version": "2.1.89",
    "icons": {
        "128": "static\/images\/logos\/AppWise-128x128.png",
        "16": "static\/images\/logos\/AppWise-16x16.png"
    },
    "omnibox": {
        "keyword": "appwise-disabled"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*.google.*"
            ],
            "exclude_globs": [
                "*mail.google.com*",
                "*docs.google.com*",
                "*drive.google.com*"
            ],
            "js": [
                "static\/js\/jquery-1.12.4.min.js",
                "static\/js\/jquery.reveal.js",
                "static\/js\/moment.js",
                "search.js",
                "embed\/contentscript.js"
            ],
            "css": [
                "static\/css\/embed.css",
                "static\/css\/reveal.css"
            ]
        },
        {
            "matches": [
                "*:\/\/appwise.appdirect.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "embed\/is_installed.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/_\/chrome\/newtab*"
            ],
            "run_at": "document_idle",
            "css": [
                "static\/css\/slide-veil.css"
            ],
            "js": [
                "slide\/slide-manager.js"
            ]
        },
        {
            "matches": [
                "*:\/\/appwise.appdirect.com\/dashboard\/connected\/*"
            ],
            "run_at": "document_start",
            "js": [
                "embed\/close_service_popup.js"
            ]
        },
        {
            "matches": [
                "*:\/\/appwise.appdirect.com\/close_popup*"
            ],
            "run_at": "document_start",
            "js": [
                "embed\/close_account_popup.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "static\/js\/jquery-1.12.4.min.js",
                "search.js",
                "embed\/linkedin.js"
            ],
            "css": [
                "static\/css\/embed.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com; object-src 'self'",
    "web_accessible_resources": [
        "static\/js\/jquery-1.12.4.min.js",
        "static\/js\/jquery.reveal.js",
        "static\/images\/spinner.gif",
        "static\/images\/services\/yammer.png",
        "static\/images\/buttons\/*",
        "static\/images\/*",
        "options\/*",
        "slide\/*"
    ],
    "permissions": [
        "contextMenus",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/mail.google.com\/*",
        "*:\/\/appwise.appdirect.com\/",
        "notifications",
        "activeTab",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/images\/logos\/appwise-extension-off.png"
    },
    "commands": {
        "open_slide": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Open AppWise"
        }
    }
}