Recapin
Recapin - Recap. Share. Earn.
Vad är Recapin?
Recapin är en Chrome-tillägg utvecklad av https://recapin.com, och dess huvudfunktion är "Recapin - Recap. Share. Earn.".
Tilläggsskärmbilder
Ladda ner Recapin-förlängningens CRX-fil
Ladda ner Recapin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | iapfkejbdocokogdainbnnicoefibedf |
| Officiell webbadress | https://chromewebstore.google.com/detail/recapin/iapfkejbdocokogdainbnnicoefibedf |
| Beskrivning | Recapin - Recap. Share. Earn. |
| Filstorlek | 10.06 KB |
| Antal Installationer | 55 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2015-05-31 |
| Publiceringsdatum | 2015-05-30 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://recapin.com |
| Betalningssätt | free |
| Stödda Språk | 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
} | |