SmartVault Browser Extension

SmartVault Browser Extension

SmartVault Browser Extensionคืออะไร?

SmartVault Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartvault.com และคุณลักษณะหลักของมันคือ "SmartVault Browser Extension"

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

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

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

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

                        You’ve taken your accounting system to the cloud for ease-of-use and always-on access… now it’s time to take your documents online, too. SmartVault is the only solution for QuickBooks Online that lets you attach and view source documents (receipts, bills, invoices, employee records) to transactions inside of QuickBooks Online.

STORE DOCUMENTS SECURELY ONLINE

SmartVault file sharing features deliver a paperless on-ramp for all of your files. Use any of our desktop tools to easily upload, access and manage your files.

- Anytime, anywhere access

- Secure offsite back up of your files

- All files transmitted with SSL encryption

- Activity logs to monitor who accessed what, when

SHARE FILES SECURELY & STAY IN COMPLIANCE

Safely share business files (even those with sensitive data) with confidence. Sending links to files is easy and ensures compliance with data privacy mandates.

-Branded portals enhance your professional image, and give you a secure place to share files with people inside and outside of your business

-Granular folder-level permissions allow you to control who has access to what

-Automatic alerts notify you when files are uploaded or downloaded

-Integration with other business apps and mobile devices let you securely share files from anywhere

INTEGRATE WITH BUSINESS APPS (LIKE QUICKBOOKS!)

Upload, access and manage files stored in SmartVault from lots of popular business applications. Access bills from QuickBooks, customer contracts from your CRM system and receipts from your expense management or time/billing app. No other service delivers this type of seamless integration with your apps.

-With the SmartVault Toolbar for QuickBooks, you can attach documents and notes to QuickBooks entries, and view them anytime from a web browser, mobile device, or inside of QuickBooks

-The SmartVault Plug-in for Microsoft Outlook makes it easy to upload email attachments to SmartVault, and leverage email to securely share files, via secure links

-Mobile apps give you the power to take your file cabinet with you everywhere you go

-Integration with other QuickBooks add-ons creates a bi-directional experience for attaching a document once inside QuickBooks, and accessing it from any related entry in other systems.

-Visit www.smartvault.com/integrations to learn more about our growing ecosystem of integrated apps!

Ready to see SmartVault in action? Schedule a free one-on-one demo at www.smartvault.com/demo. Or to start your free trial of SmartVault, head to www.smartvault.com/pricing.                    

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

ชื่อ SmartVault Browser Extension SmartVault Browser Extension
ID beflnephjnapefbofpgcjkncdojndodl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartvault-browser-extens/beflnephjnapefbofpgcjkncdojndodl
คำอธิบาย SmartVault Browser Extension
ขนาดไฟล์ 642 KB
จำนวนการติดตั้ง 3,486
เวอร์ชันปัจจุบัน 18.108.109.8742
อัปเดตครั้งล่าสุด 2018-08-10
วันที่เผยแพร่ 2018-08-10
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://smartvault.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.smartvault.com
URL หน้าช่วยเหลือ http://www.smartvault.com/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "SmartVault Browser Extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*"
    ],
    "description": "SmartVault Browser Extension",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.smartvault.com\/",
    "version": "18.108.109.8742",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button_disabled.png",
        "default_title": "SmartVault Extension"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "cookies"
    ]
}