Explorer for Similarweb - More Insights
Fast. Free. Open Similarweb with just one click.
Vad är Explorer for Similarweb - More Insights?
Explorer for Similarweb - More Insights är en Chrome-tillägg utvecklad av amzbase, och dess huvudfunktion är "Fast. Free. Open Similarweb with just one click.".
Tilläggsskärmbilder
Ladda ner Explorer for Similarweb - More Insights-förlängningens CRX-fil
Ladda ner Explorer for Similarweb - More Insights-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
Gain unrestricted access to Similarweb data for more insights without the need for registration. No account creation or sign-in required. Grundläggande Information om Tillägg
| Namn | |
| ID | gnbellfcojlbfpnidlcggimfffcgohdp |
| Officiell webbadress | https://chromewebstore.google.com/detail/explorer-for-similarweb-m/gnbellfcojlbfpnidlcggimfffcgohdp |
| Beskrivning | Fast. Free. Open Similarweb with just one click. |
| Filstorlek | 16.9 KB |
| Antal Installationer | 177 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-10-13 |
| Publiceringsdatum | 2023-10-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | amzbase |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://website2pdf.extensionfox.com/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"name": "Explorer for Similarweb - More Insights",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"description": "Fast. Free. Open Similarweb with just one click.",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png"
},
"action": {
"default_title": "Open in Similarweb"
},
"permissions": [
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |