iSkor
iSkor - Everything has a rating
Vad är iSkor?
iSkor är en Chrome-tillägg utvecklad av https://iskor.com, och dess huvudfunktion är "iSkor - Everything has a rating".
Tilläggsskärmbilder
Ladda ner iSkor-förlängningens CRX-fil
Ladda ner iSkor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
iSkor is an easy way to have your say about anything on the internet, anytime, anywhere. Its simple, quick and, best of all - its free.
The iSkor plugin allows you to rate any page you are on in a single click. Features include:
- Rate any page on the internet
- See global average of all ratings for a page
- Share rated pages with friends
- Comment on your ratings
- Interact with friends in a fun environment in the iSkor.com social network
- Discuss pages on the global forum at iSkor.com Grundläggande Information om Tillägg
| Namn | |
| ID | ennchihmggbhimckanmkkdpfhidmglbe |
| Officiell webbadress | https://chromewebstore.google.com/detail/iskor/ennchihmggbhimckanmkkdpfhidmglbe |
| Beskrivning | iSkor - Everything has a rating |
| Filstorlek | 130 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.0.2.3 |
| Senast Uppdaterad | 2023-05-05 |
| Publiceringsdatum | 2015-08-25 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | https://iskor.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://iskor.com |
| Hjälpsida URL | http://iskor.com/contact-us |
| URL till Sekretesspolicy Sidan | https://iskor.com/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iSkor",
"version": "1.0.2.3",
"manifest_version": 2,
"description": "iSkor - Everything has a rating",
"browser_action": {
"default_icon": "ext-icon.png",
"default_popup": "start.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"http:\/\/iskor.redpropaganda.com.au\/*",
"http:\/\/iskorsrv.redpropaganda.com.au\/*",
"http:\/\/iskorsrv\/*",
"http:\/\/iskor\/*",
"http:\/\/iskor.redpropaganda.com.au\/*",
"http:\/\/iskorsrv.redpropaganda.com.au\/*",
"http:\/\/iskor.com\/*",
"http:\/\/media.iskor.com\/*",
"tabs",
"chrome:\/\/favicon\/"
]
} | |