OnPage Affiliate 0.1.6
Generator de link-uri afiliate Profitshare.ro
Hvad er OnPage Affiliate 0.1.6?
OnPage Affiliate 0.1.6 er en Chrome-udvidelse udviklet af Ionuț Staicu, og dens hovedfunktion er "Generator de link-uri afiliate Profitshare.ro".
Udvidelsesskærmbilleder
Download OnPage Affiliate 0.1.6-udvidelses-CRX-fil
Download OnPage Affiliate 0.1.6-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
OnPage Affiliate este o extensie ce generează automat link-uri prin rețeaua Profitshare pentru pagina curentă (cu condiția ca site-ul să facă parte din rețeaua Profitshare). Această extensie NU este o extensie oficială! Pentru a folosi această extensie ai nevoie de un cont valid în rețeaua Profitshare.ro și de datele din secțiunea DETALII API din Contul tău de afiliat: http://profitshare.ro/affiliate/account Extensia va genera un profit de tip „split”, prin care există șanse de aproximativ 5% ca link-ul afiliat să fie generat folosind codul meu de afiliat. Această funcționalitate NU este opțională și se face la nivelul serverului. Nu utiliza extensia dacă nu ești de acord cu acest lucru. ACTUALIZĂRI 0.1.4 - am adăugat opțiunea de a scurta link-urile folosind bitly
Grundlæggende oplysninger om udvidelsen
Navn | OnPage Affiliate 0.1.6 |
ID | dmehgbndooknbonpdmejnpllcfigbijb |
Officiel URL | https://chromewebstore.google.com/detail/onpage-affiliate-016/dmehgbndooknbonpdmejnpllcfigbijb |
Beskrivelse | Generator de link-uri afiliate Profitshare.ro |
Filstørrelse | 108 KB |
Antal Installationer | 14 |
Nuværende Version | 0.1.6 |
Senest Opdateret | 2017-11-13 |
Udgivelsesdato | 2017-11-13 |
Udvikler | Ionuț Staicu |
Betalingsmetode | free |
Udvidelseswebsted | http://blog.iamntz.com/6866/o-extensie-de-chrome-utila |
Understøttede Sprog | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.6", "name": "OnPage Affiliate 0.1.6", "short_name": "OnPage Affiliate 0.1.6", "description": "Generator de link-uri afiliate Profitshare.ro", "author": "Ionu\u021b Staicu", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/profitshare.ro\/*" ] } ], "browser_action": { "default_title": "Genereaz\u0103 Link", "default_popup": "popup\/popup.html", "default_icon": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/profitshare.ctblogs.ro\/" ] } |