Etsy Searchton
Play Searchtons on Etsy with one single click. SEO tool for Etsy. Promotion Search game tool.
什麼是Etsy Searchton?
Etsy Searchton是由https://www.etsygadget.com開發的Chrome擴展程式,該擴展的主要功能是“Play Searchtons on Etsy with one single click. SEO tool for Etsy. Promotion Search game tool.”。
擴展截圖
下載Etsy Searchton擴展crx文件
下載Etsy Searchton擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Every time nimble sellers find new ways of promote their shops on Etsy. We already know well Favathons, Clickathons and Treasury games as well as Pinterest, Twitter and Instagram social games, but recently appeared new kind of games usually called simply "SEARCH games" but I call them "Searchtons" :) The rules are quite simple - you need to publish a link to very specyfic search, where the listing you wish to promote is the only one in the results or at least is on the first place. Then other players click on your link and after that, click on your listing in the results of search and then, inside of your listing they refaving your shop and listing. You need to do the same with all links of others users. Thanks to these simple but time consuming actions every listing receives: - view from search - click from search - listing's view - listing's new like - shop's new like As experience shows, all this actions during the game increase the rating of the listing making it get higher positions in trends (some people say that it also improves positions in search results) and so, better visibility and chanses to be sold. Shortly speaking, all this sound well but the job needs to be done and playing Searchtons is very boring and time consuming exercise. In my opinion it is even worse then Clickathon with Favathon together. So as it is so hard I decided to try making it as easy as possible... and this is how I present you "Etsy Searchton" - new extension for Google Chrome browser. What it does? Well, in one word - "Searchton"... Longer description is: 1) When you install the extension, new button "Start SEARCHTON" appears when you are inside team's threads 2) When you click this button, the searchton game is started 3) When searchton is started "Stop SEARCHTON" appears with which you will be able to stop playing whenever you wish 4) Extension opens all links to search results published on the active page of the thread in new tabs at the same time 5) Then in each tabs it opens the listing of the shop which published the link. If no listings of this shop found - it may proceed to the next page until the listings is found or the limit of pages indicated it configuration reached. If due to some filters no listings appear, it starts disabling filters one by one until some listings found. If even so no listings found (for example the promoted listing was sold out), the process for this tab will stop and this tab will stay opened until the end letting you possibility to see it yourself and to report broken link to the team's captain. 6) If the listing was opened - it is refaved(unfavorited if it was previously favorited and then favorited) automatically and it's shop is also refaved 7) After refaving the tab is closed 8) When all tabs are closed or broken links detected, the main tab of searchton goes to the next page of the thread and continues playing until the last page 9) If you have also installed Hearts Counter, and you reached the 300 hearts limit before finishing the Searchton, the extension will pause until you have more hearts and will continue automatically after that. Resuming - it will do ALL THAT BORING STUFF FOR YOU! Anyway, it is always better to see once than hear a hundred times... watch the video:
擴展基本資訊
名稱 | Etsy Searchton |
ID | honjddkcdoamlhphbffgcaadcnfchjjo |
官方網址 | https://chromewebstore.google.com/detail/etsy-searchton/honjddkcdoamlhphbffgcaadcnfchjjo |
簡介 | Play Searchtons on Etsy with one single click. SEO tool for Etsy. Promotion Search game tool. |
檔案大小 | 146 KB |
安裝次數 | 92 |
目前版本 | 2.35 |
更新時間 | 2021-01-19 |
上架時間 | 2020-04-27 |
評分 | 4.35/5 共 40 次評分 |
開發者 | https://www.etsygadget.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://etsygadget.com/etsy_searchton/ |
說明頁面URL | http://etsygadget.com/contacts/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etsy Searchton", "short_name": "Searchton", "description": "Play Searchtons on Etsy with one single click. SEO tool for Etsy. Promotion Search game tool.", "version": "2.35", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.etsy.com\/", "notifications", "storage" ], "optional_permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "EtsyGadget Searchton" }, "homepage_url": "http:\/\/etsygadget.com\/etsy_searchton\/", "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/community.etsy.com\/*\/*\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "common.js", "init_sidebar.js", "thread_content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.etsy.com\/search*q=*", "*:\/\/*.etsy.com\/*\/search*q=*", "*:\/\/*.etsy.com\/c?", "*:\/\/*.etsy.com\/c\/*", "*:\/\/*.etsy.com\/*\/c\/*", "*:\/\/*.etsy.com\/market\/*" ], "exclude_matches": [ "*:\/\/*.etsy.com\/shop\/*", "*:\/\/*.etsy.com\/*\/shop\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "common.js", "init_sidebar.js", "search_content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.etsy.com\/listing\/*", "*:\/\/*.etsy.com\/*\/listing\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "common.js", "init_sidebar.js", "listing_content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "icon19.png" ] } |