Identifi Link Catcher
Link catcher for blogs & articles
Wat is Identifi Link Catcher?
Identifi Link Catcher is een Chrome-extensie ontwikkeld door chris, en de belangrijkste functie is "Link catcher for blogs & articles".
Extensie Screenshots
Download het CRX-bestand van de extensie Identifi Link Catcher
Download Identifi Link Catcher-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | bgbfnhmdecfdkgfjcfadecmlghodloio |
| Officiële URL | https://chromewebstore.google.com/detail/identifi-link-catcher/bgbfnhmdecfdkgfjcfadecmlghodloio |
| Beschrijving | Link catcher for blogs & articles |
| Bestandsgrootte | 1.15 MB |
| Aantal Installaties | 17 |
| Huidige Versie | 0.1.5 |
| Laatst Bijgewerkt | 2021-01-06 |
| Publicatiedatum | 2020-12-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | chris |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |