AODocs - Smartbar for Google Workspace
Add AODocs® features to Google Workspace™.
Wat is AODocs - Smartbar for Google Workspace?
AODocs - Smartbar for Google Workspace is een Chrome-extensie ontwikkeld door https://aodocs.com, en de belangrijkste functie is "Add AODocs® features to Google Workspace™.".
Extensie Screenshots
Download het CRX-bestand van de extensie AODocs - Smartbar for Google Workspace
Download AODocs - Smartbar for Google Workspace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
---------------------------------------------------------------- ✨ MAIN FEATURES ★ Easy access to your AODocs libraries from Google Drive ★ Create and open any Microsoft Word™, Excel™, PowerPoint™ files directly from Google Drive, edit them in your desktop Microsoft Office™ application, and save your changes directly to Google Drive in one click ★ Import, create, move, rename, copy, delete AODocs files or folders ★ Fill AODocs document properties or change workflow state ★ Import Gmail messages into AODocs and convert them ★ Administration functions for AODocs library administrators More on the AODocs Smartbar: https://smartbar.page.link/kb-home ---------------------------------------------------------------- ✋ REQUIREMENTS ✓ The AODocs application, available on the Google Workspace Marketplace, must be installed and configured by an administrator of your Google Workspace domain and you must have an AODocs license associated with your Google Account. ✓ Or your account must be defined as an AODocs external user on a Google Workspace domain where the AODocs application is installed and configured. ---------------------------------------------------------------- 🎓 WHAT IS AODocs? AODocs is the only full featured document management platform tightly integrated with Google Drive, providing all the features Google Workspace customers need to implement their business workflows, control their documents or apply retention policies. AODocs helps organizations of any size replace their legacy systems such as SharePoint, Lotus Notes and other large ECM, improve their business processes in HR, legal, finance, etc and comply with regulations such as 21 CFR Part 11, GXP, ISO 9001, GDPR, SOX, PCI and more. For a demo, contact us at (415) 891 1178 or [email protected] ★ ROBUST PROCESS ENGINE Implement your business processes, from the simplest to the most complex, across all of your departments with our agile workflow engine. Easily build your business applications with our advanced business forms and low code configuration model. ★ DOCUMENT CONTROL Organize and search your documents with metadata, custom views, and manage your document versions with advanced controls such as drafts, check-in / check-out, change requests and full audit log. Control your document lifecycle from creation to disposal with advanced retention policies and records management capabilities. ★ ADVANCED FILE FORMATS Work with any file format, including Google Docs, Sheets and Slides, Microsoft Word, Excel, Powerpoint, but also advanced professional files such as AutoCAD DWG and DXF, DICOM medical images, Adobe Photoshop, Microsoft Visio, EML and MSG files, TIFF files, etc. Search and preview any file type, even scanned images thanks to AODocs’ builtin OCR engine. ★ GRANULAR PERMISSIONS Control who can delete, share, move content or edit the folder structure of your repositories and configure confidential subfolders thanks to AODocs’ granular folder permissions structure. Ensure that your Google Drive documents are shared only with the people who should see them by using rules-based permissions, publication workflows with automated permissions, and external users whitelists. ★ SEAMLESS COMPLIANCE Ensure compliance with ISO 9001, ISO 13485, FDA 21 CFR Part 11, GDPR, SOX, PCI and many more industry regulations in financial services, life sciences, healthcare and other industries. Deploy your document repositories easily thanks to AODocs’ ready-made templates for compliant document control processes. ★ MIGRATION FROM LEGACY SYSTEMS Easily migrate legacy content repositories and business-critical applications to AODocs, fully integrated with your Google Drive. AODocs provides all the features your organization needs to replace SharePoint, SharePoint Online, Lotus Notes, Documentum, OpenText, Hyland and many more, as well as easy to use migration tools to import the documents and their metadata from your existing servers. ★ INTEGRATION WITH BUSINESS APPLICATIONS Connect your systems, from SAP to Salesforce, Mulesoft, SuccessFactors, WorkDay, and more, to build powerful applications and synchronize your document metadata and workflow roles with your company’s back office. More on AODocs: https://www.aodocs.com ---------------------------------------------------------------- 🔒 PERMISSIONS AND PRIVACY ➤ The AODocs Smartbar requires a set of permissions to be able to interact with your Google Workspace pages. Here’s what the permissions are used for: https://smartbar.page.link/kb-permissions ➤ We are dedicated to protecting your privacy and using your data responsibly. For more details, visit our privacy policy: https://www.aodocs.com/privacy-policy ➤ The AODocs Smartbar's use of information received from Google APIs adheres to Google API Services User Data Policy, including the Limited Use requirements: https://smartbar.page.link/google-apis-user-data-policy
Basisinformatie over de Extensie
Naam | AODocs - Smartbar for Google Workspace |
ID | aikbehojjdffmangolfbohjdigfdnepa |
Officiële URL | https://chromewebstore.google.com/detail/aodocs-smartbar-for-googl/aikbehojjdffmangolfbohjdigfdnepa |
Beschrijving | Add AODocs® features to Google Workspace™. |
Bestandsgrootte | 463 KB |
Aantal Installaties | 114,554 |
Huidige Versie | 16.15 |
Laatst Bijgewerkt | 2023-11-28 |
Publicatiedatum | 2020-03-23 |
Beoordeling | 3.73/5 Totaal 56 Beoordelingen |
Ontwikkelaar | https://aodocs.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.aodocs.com/ |
Help Pagina-URL | https://support.aodocs.com/hc/en-us/categories/200429720-AODocs-in-Google-Drive-for-End-Users |
URL van de Privacybeleid Pagina | https://www.aodocs.com/privacy-policy |
Ondersteunde Talen | en,fr,es,pt-BR,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "version": "16.15", "default_locale": "en", "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "80", "container": "GOOGLE_DRIVE", "permissions": [ "nativeMessaging", "notifications", "declarativeContent", "storage", "identity" ], "icons": { "16": "img\/extension\/aodocs-16.png", "32": "img\/extension\/aodocs-32.png", "48": "img\/extension\/aodocs-48.png", "128": "img\/extension\/aodocs-128.png" }, "background": { "scripts": [ "module\/common\/common.bundle.js", "module\/common\/config\/ui.bundle.js", "module\/common\/extension.bundle.js", "module\/background\/background.bundle.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/drive.google.com\/*" ], "exclude_matches": [ "https:\/\/drive.google.com\/file\/d\/*\/view" ], "js": [ "module\/content-script\/drive\/explorer\/preload.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/drive.google.com\/*" ], "exclude_matches": [ "https:\/\/drive.google.com\/file\/d\/*\/view" ], "js": [ "module\/common\/common.bundle.js", "vendor\/jquery\/jquery-ui.bundle.js", "module\/common\/config\/ui.bundle.js", "module\/common\/extension.bundle.js", "module\/common\/jquery.plugin.bundle.js", "module\/content-script\/common.bundle.js", "module\/content-script\/lib.bundle.js", "module\/content-script\/drive.common.bundle.js", "module\/content-script\/drive.explorer.bundle.js" ], "css": [ "css\/common\/common.css", "css\/content-script\/common.css", "css\/content-script\/drive.css", "lib\/plugin\/library-picker\/jquery.library-picker.css", "lib\/plugin\/upload-notifier\/jquery.upload-notifier.css" ] }, { "matches": [ "https:\/\/drive.google.com\/file\/d\/*\/view", "https:\/\/drive.google.com\/file\/d\/*\/view?*" ], "js": [ "module\/common\/common.bundle.js", "vendor\/jquery\/jquery-ui.bundle.js", "module\/common\/config\/ui.bundle.js", "module\/common\/extension.bundle.js", "module\/common\/jquery.plugin.bundle.js", "module\/content-script\/common.bundle.js", "module\/content-script\/lib.bundle.js", "module\/content-script\/drive.common.bundle.js", "module\/content-script\/drive.preview.bundle.js" ], "css": [ "css\/common\/common.css", "css\/content-script\/common.css", "css\/content-script\/drive.css", "lib\/plugin\/library-picker\/jquery.library-picker.css" ] }, { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "module\/common\/common.bundle.js", "vendor\/jquery\/jquery-ui.bundle.js", "module\/common\/config\/ui.bundle.js", "module\/common\/extension.bundle.js", "module\/common\/jquery.plugin.bundle.js", "module\/content-script\/common.bundle.js", "module\/content-script\/lib.bundle.js", "module\/content-script\/docs.bundle.js" ], "css": [ "css\/common\/common.css", "css\/content-script\/common.css", "css\/content-script\/docs.css", "lib\/plugin\/library-picker\/jquery.library-picker.css", "vendor\/jquery\/plugin\/rcrumbs\/jquery.rcrumbs.css" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "module\/common\/common.bundle.js", "vendor\/jquery\/jquery-ui.bundle.js", "module\/common\/config\/ui.bundle.js", "module\/common\/extension.bundle.js", "module\/common\/jquery.plugin.bundle.js", "module\/content-script\/common.bundle.js", "module\/content-script\/lib.bundle.js", "module\/content-script\/gmail.bundle.js" ], "css": [ "css\/common\/common.css", "css\/content-script\/common.css", "css\/content-script\/gmail.css", "lib\/plugin\/library-picker\/jquery.library-picker.css" ] } ], "page_action": { "default_icon": { "16": "img\/extension\/aodocs-loading-16.png", "32": "img\/extension\/aodocs-loading-32.png" }, "default_title": "__MSG_pageActionTitle__", "default_popup": "html\/page-action\/status.html" }, "web_accessible_resources": [ "manifest.json", "img\/*", "office-template\/*", "module\/embedded\/drive\/addEventListenerOverride.js", "module\/embedded\/embedded.bundle.js", "module\/embedded\/embeddedGmail.bundle.js", "html\/iframeBridge.html" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAskjIEIbRciH0YRGVszLtqp+oDCpm8UbyOz4ZmWuuc+T1FNpA\/qfpBZzn7lbnwNrOZfBvi+7636zoJQarAka2wmwKKYmcbyJlAzIOTElqp0DBu\/oixZlUvcMRX7D3v+agsOvJ3HuasudodKdRVdaQ6FF8KhknTuSxEdwqXmrazJoP3n1cUTkDEnqhn0SRQ72l2o85Gt8SFyG+2WwF6hEMBajzCc67kdGFgzX58YNNLCh4JNKo+TNOppXZiHJ4+bX\/UEXxH\/tgsv4JPQxrsbIIlmKWV9YK478rf2H26b1QYRq0twTB8W3ZYcxBlFxyrmNR1F1371l\/bFzIv7ESwCAdcQIDAQAB", "externally_connectable": { "matches": [ "https:\/\/*.altirnao.com\/*", "https:\/\/*.aodocs.com\/*" ] }, "oauth2": { "client_id": "993707107224-i8hs18jdqj8tjo28jkatc167oflfa6te.apps.googleusercontent.com", "scopes": [ "email", "profile", "https:\/\/www.googleapis.com\/auth\/drive" ] } } |