Identifi Link Catcher
Link catcher for blogs & articles
What is Identifi Link Catcher?
Identifi Link Catcher is a Chrome extension developed by chris, and its main feature is "Link catcher for blogs & articles".
Extension Screenshots
Download Identifi Link Catcher Extension CRX File
Download Identifi Link Catcher 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
This chrome extension allows you to save links in the Knowledge-Base app of High Output Ventures. You need to have an Identifi account to be able to use the plugin.
Extension Basic Information
Name | Identifi Link Catcher |
ID | bgbfnhmdecfdkgfjcfadecmlghodloio |
Official URL | https://chromewebstore.google.com/detail/identifi-link-catcher/bgbfnhmdecfdkgfjcfadecmlghodloio |
Description | Link catcher for blogs & articles |
File Size | 1.15 MB |
Installation Count | 17 |
Current Version | 0.1.5 |
Last Updated | 2021-01-06 |
Publish Date | 2020-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chris |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Identifi Link Catcher", "version": "0.1.5", "description": "Link catcher for blogs & articles", "permissions": [ "tabs" ], "browser_action": { "default_popup": "index.html" }, "web_accessible_resources": [ "index.html" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/cdn.heapanalytics.com; object-src 'self'; script-src-elem 'self' https:\/\/cdn.heapanalytics.com" } |