Scriber
Automate your browser actions and replay them on https://runape.com
O que é Scriber?
Scriber é uma extensão do Chrome desenvolvida por https://runape.com, e sua principal característica é "Automate your browser actions and replay them on https://runape.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scriber
Baixe arquivos de extensão Scriber 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
Scriber records your browser actions and navigation into a re-playable monitor script (CasperJS or Puppeteer) that you can use in your monitors on https://runape.com.
After recording the actions, click the Hunter button to load Hunter that will help you save the page selections that you want to monitor for changes.
Help: https://runape.com/Support/Help?page=scriber_browser_extension
Video: https://youtu.be/kq4aT1mRUdU
monitor website changes
page monitor
track website changes
alert when website changes
website change notification
website change detection
Change Detection and Notification
email when website changes
get notification when a website is updated
notification for website update
monitor web page for keyword
online website watcher
website alert
website defacement monitoring
product price monitoring
price tracker
website watcher
best page monitor
free website monitoring
track web site content
track web page updates
email notifications
web scraping bot
extract articles from website Informações Básicas da Extensão
| Nome | |
| ID | oodclnpmimnnobgedlkiokaplmmmdkgm |
| URL Oficial | https://chromewebstore.google.com/detail/scriber/oodclnpmimnnobgedlkiokaplmmmdkgm |
| Descrição | Automate your browser actions and replay them on https://runape.com |
| Tamanho do Arquivo | 620 KB |
| Contagem de Instalações | 33 |
| Versão Atual | 0.0.0.2 |
| Última Atualização | 2021-10-06 |
| Data de Publicação | 2021-10-04 |
| Desenvolvedor | https://runape.com |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://runape.com |
| URL da Página de Ajuda | https://runape.com/Support |
| URL da Página de Política de Privacidade | https://www.termsfeed.com/public/uploads/2019/04/privacy-policy-template.pdf |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Scriber",
"version": "0.0.0.2",
"manifest_version": 2,
"description": "Automate your browser actions and replay them on https:\/\/runape.com",
"icons": {
"48": "img\/logos.png"
},
"browser_action": {
"default_icon": "img\/logos.png",
"default_popup": "control.html",
"default_title": "Scriber"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"activeTab",
"tabs",
"webNavigation",
"background",
"http:\/\/*\/*",
"https:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"\/Hunter\/*"
],
"offline_enabled": true,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |