OnPage Affiliate 0.1.6
Generator de link-uri afiliate Profitshare.ro
OnPage Affiliate 0.1.6คืออะไร?
OnPage Affiliate 0.1.6 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ionuț Staicu และคุณลักษณะหลักของมันคือ "Generator de link-uri afiliate Profitshare.ro"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OnPage Affiliate 0.1.6
ดาวน์โหลดไฟล์ส่วนขยาย OnPage Affiliate 0.1.6 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OnPage Affiliate 0.1.6 |
ID | dmehgbndooknbonpdmejnpllcfigbijb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/onpage-affiliate-016/dmehgbndooknbonpdmejnpllcfigbijb |
คำอธิบาย | Generator de link-uri afiliate Profitshare.ro |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2017-11-13 |
วันที่เผยแพร่ | 2017-11-13 |
ผู้พัฒนา | Ionuț Staicu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://blog.iamntz.com/6866/o-extensie-de-chrome-utila |
ภาษาที่รองรับ | 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\/" ] } |