Google docs offline mode requires "Google Docs Offline" extension
Categories
(Web Compatibility :: Knowledge Base, defect)
Tracking
(Not tracked)
People
(Reporter: jrmuizel, Unassigned)
References
(Depends on 2 open bugs, Blocks 2 open bugs)
Details
Updated•1 year ago
|
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:denschub, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Comment 2•10 months ago
•
|
||
I don't think that we need two separate kb entries for basically the same Google Suite bug.
Updated•10 months ago
|
Updated•10 months ago
|
Updated•10 months ago
|
| Reporter | ||
Comment 3•10 months ago
|
||
The current add-on is manifest v3 using background.service_worker and so it doesn't work to just try use it in Firefox.
| Reporter | ||
Comment 4•10 months ago
|
||
Turning on extensions.backgroundServiceWorker.enabled let me load the extension. Even with ChromeMask I'm unable to convince Google Docs that I have the extension.
| Reporter | ||
Comment 5•10 months ago
|
||
There's a manifest v2 version of the extension here: https://github.com/spspider/chrome_extentions/tree/main/ghbmnnjooekpmoecnnnilnnbdlolhkhi/1.44.2_0. When I load that it into Chrome it appears that offline docs still works. It might be a better starting point to figure out what the addon is for than the current v3 one.
| Reporter | ||
Comment 6•10 months ago
|
||
It looks like the extension loads something like https://docs.google.com/offline/extension/frame?ouid=u8a295c2e01086a58 which loads https://docs.google.com/static/offline/client/js/2091686874-frame_bin.js where the meat (calls to indexdb etc) of the offline implementation lives.
| Reporter | ||
Comment 7•10 months ago
|
||
It looks like docs.google.com communicates its intent to the extension with messages and externally_connectable
Description
•