PartnerMe.io
PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…
PartnerMe.ioとは何ですか?
PartnerMe.ioはPartnerMeによって開発されたChromeの拡張機能で、その主な機能は「PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate…」です。
拡張機能のスクリーンショット
PartnerMe.io拡張機能のCRXファイルをダウンロード
PartnerMe.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate networks, users can go to any brand's website and begin earning money as an affiliate partner.
拡張機能の基本情報
名前 | PartnerMe.io |
ID | jcoppmekgbpipamebngbnmmoapinhhca |
公式URL | https://chromewebstore.google.com/detail/partnermeio/jcoppmekgbpipamebngbnmmoapinhhca |
説明 | PartnerMe.io helps users find and sign up for affiliate programs directly from their browser. Supporting the top affiliate… |
ファイルサイズ | 160 KB |
インストール数 | 343 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-12-08 |
公開日 | 2022-12-07 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | PartnerMe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://partnerme.io/ |
ヘルプページのURL | https://partnerme.io/#how-it-works |
プライバシーポリシーページのURL | https://partnerme.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PartnerMe.io", "version": "0.0.1", "action": { "default_popup": "index.html", "default_icon": "assets\/partnerme-logo-48.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "favicon" ], "icons": { "32": "assets\/partnerme-logo-32.png", "48": "assets\/partnerme-logo-48.png", "128": "assets\/partnerme-logo-128.png", "256": "assets\/partnerme-logo-256.png" }, "externally_connectable": { "matches": [ "https:\/\/*.partnerme.io\/*", "http:\/\/localhost:4000\/*", "https:\/\/partnerme-next.onrender.com\/*" ] } } |