Recapin
Recapin - Recap. Share. Earn.
Hvad er Recapin?
Recapin er en Chrome-udvidelse udviklet af https://recapin.com, og dens hovedfunktion er "Recapin - Recap. Share. Earn.".
Udvidelsesskærmbilleder
Download Recapin-udvidelses-CRX-fil
Download Recapin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Earn money for recapping your favorite content. How it works: 1. Recap your favorite content and images. Publish them in a beautiful magazine. 2. Share your Recaps on social media. Drive traffic to your magazine. 3. Earn revenue through ads and affiliate links. Why Recapin? - Recaps save your followers' time and showcase your expertise. - Recap magazines can generate ad income and allow for affiliate links.
Grundlæggende oplysninger om udvidelsen
Navn | Recapin |
ID | iapfkejbdocokogdainbnnicoefibedf |
Officiel URL | https://chromewebstore.google.com/detail/recapin/iapfkejbdocokogdainbnnicoefibedf |
Beskrivelse | Recapin - Recap. Share. Earn. |
Filstørrelse | 10.06 KB |
Antal Installationer | 55 |
Nuværende Version | 1.8 |
Senest Opdateret | 2015-05-31 |
Udgivelsesdato | 2015-05-30 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://recapin.com |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recapin", "version": "1.8", "description": "Recapin - Recap. Share. Earn.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_title": "Recapin", "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "manifest_version": 2 } |