Add to Kinopio
Collect and connect your thoughts
Wat is Add to Kinopio?
Add to Kinopio is een Chrome-extensie ontwikkeld door Kinopio, en de belangrijkste functie is "Collect and connect your thoughts".
Extensie Screenshots
Download het CRX-bestand van de extensie Add to Kinopio
Download Add to Kinopio-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
Quickly add cards to your Kinopio inbox wherever you are Basisinformatie over de Extensie
| Naam | |
| ID | hodmmkfpchpgmaemlicohlkiigpejakn |
| Officiële URL | https://chromewebstore.google.com/detail/add-to-kinopio/hodmmkfpchpgmaemlicohlkiigpejakn |
| Beschrijving | Collect and connect your thoughts |
| Bestandsgrootte | 41.78 KB |
| Aantal Installaties | 304 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2023-03-17 |
| Publicatiedatum | 2022-03-17 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Kinopio |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://kinopio.club |
| Help Pagina-URL | https://help.kinopio.club |
| URL van de Privacybeleid Pagina | https://help.kinopio.club/posts/privacy-policy |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Add to Kinopio",
"description": "Collect and connect your thoughts",
"homepage_url": "https:\/\/kinopio.club",
"version": "3.0",
"manifest_version": 3,
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"96": "assets\/icon-96.png",
"128": "assets\/icon-128.png"
},
"action": {
"default_title": "Add to Kinopio",
"default_popup": "index.html"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/kinopio.club\/",
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src-elem 'self'; script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/api.kinopio.club\/' 'https:\/\/kinopio.club\/'; object-src 'self'"
}
} | |