Pagico Browser Extension
Quickly save webpages to Pagico as new tasks.
What is Pagico Browser Extension?
Pagico Browser Extension is a Chrome extension developed by https://www.pagico.com, and its main feature is "Quickly save webpages to Pagico as new tasks.".
Extension Screenshots
Download Pagico Browser Extension Extension CRX File
Download Pagico Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Have Pagico on your computer? Then use this extension to quickly save webpages to Pagico as new tasks. Requires Pagico 8.14 (rev 2316 or later).
Extension Basic Information
Name | Pagico Browser Extension |
ID | khncdffbdmpkgigjnbmahfdokcbpapjp |
Official URL | https://chromewebstore.google.com/detail/pagico-browser-extension/khncdffbdmpkgigjnbmahfdokcbpapjp |
Description | Quickly save webpages to Pagico as new tasks. |
File Size | 538 KB |
Installation Count | 601 |
Current Version | 1.1 |
Last Updated | 2018-12-01 |
Publish Date | 2018-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.pagico.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pagico.com/browser-extension/ |
Help Page URL | https://help.pagico.com |
Privacy Policy Page URL | https://www.pagico.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pagico Browser Extension", "version": "1.1", "description": "Quickly save webpages to Pagico as new tasks.", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_popup": "popover.html", "default_icon": { "16": "images\/toolbarIcon.png", "32": "images\/[email protected]" } }, "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2 } |