eBay.in Affiliate Link Generator
Get your deeplink directly from the eBay.in page.
O que é eBay.in Affiliate Link Generator?
eBay.in Affiliate Link Generator é uma extensão do Chrome desenvolvida por eBay India Affiliates, e sua principal característica é "Get your deeplink directly from the eBay.in page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão eBay.in Affiliate Link Generator
Baixe arquivos de extensão eBay.in Affiliate Link Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Get your deeplink directly from the eBay.in page.
Informações Básicas da Extensão
Nome | eBay.in Affiliate Link Generator |
ID | jfjbbakkeggpkjklfdiacnchjjmocoac |
URL Oficial | https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac |
Descrição | Get your deeplink directly from the eBay.in page. |
Tamanho do Arquivo | 36.37 KB |
Contagem de Instalações | 1,523 |
Versão Atual | 0.2 |
Última Atualização | 2018-01-02 |
Data de Publicação | 2018-01-02 |
Classificação | 5.00/5 Total de 12 Avaliações |
Desenvolvedor | eBay India Affiliates |
Tipo de Pagamento | free |
Site da Extensão | https://ebayindia.hasoffers.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay.in Affiliate Link Generator", "short_name": "eBay Links", "version": "0.2", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "eBay.in Affiliate Link Generator" }, "permissions": [ "tabs", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/www.ebay.in\/*", "http:\/\/www.ebay.in\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ] } |